4 The yay-dependencies release.
8 - Dependency support for migrations
9 - Fields are now used for declaring columns and tables
15 The oh-i'm-sorry-mysql-users release.
19 - MySQL support up to the same level as PostgreSQL
20 - New --all option to ./manage.py startmigration, which creates a migration
21 for every model in the given app. For project starts.
22 - Project status upgraded to 'beta'. Next up, a colour-coded
27 - A few typos in various column methods
28 - ManyToMany tables weren't created by startmigration migrations.