fa106f976746bd2e3c7f5ffc9cd062fe5732974e
[wolnelektury.git] / apps / south / docs / CHANGELOG
1 0.3
2 ===
3
4 The yay-dependencies release.
5
6 New features:
7
8  - Dependency support for migrations
9  - Fields are now used for declaring columns and tables
10
11
12 0.2
13 ===
14
15 The oh-i'm-sorry-mysql-users release.
16
17 New features:
18
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
23    release level system.
24
25 Fixed bugs:
26
27  - A few typos in various column methods
28  - ManyToMany tables weren't created by startmigration migrations.
29
30 Known bugs:
31
32  - None
33
34
35 0.1
36 ===
37
38 Initial release.