andrewgodwin / south (http://south.aeracode.org/)

Migrations for Django

Clone this repository (size: 715.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/andrewgodwin/south/

Shortlog (showing r617:b52d5e1e4b21 (tip) → r593:304e6e41f4a9)

Age Author Message A M D «
18 hours andrewgodwin andrewgodwin Another python 2.4 fix. I try, and try, and except for some issues, it'll finall… 0 1 0
18 hours andrewgodwin andrewgodwin Python 2.4 fix 0 1 0
18 hours andrewgodwin andrewgodwin Fix typo in --initial changes generator 0 1 0
21 hours andrewgodwin andrewgodwin Nicer message at the end of a schemamigration call. 0 1 0
38 hours andrewgodwin andrewgodwin Fix model validation errors on 1.2 after a full migrate 0 1 0
40 hours andrewgodwin andrewgodwin Make related_name filter through to model defns. 0 2 0
41 hours andrewgodwin andrewgodwin Add ChangeField action, complete with proper handling of going to/from… 0 2 0
42 hours andrewgodwin andrewgodwin Fix --initial so it works with the new Actions. 0 1 0
43 hours andrewgodwin andrewgodwin Add ability to ignore fields, and use this for a django-taggit plugin 1 2 0
3 days andrewgodwin andrewgodwin Much better M2M field support, including detecting when the through= field has… 0 2 0
3 days andrewgodwin andrewgodwin Initial Oracle support. 1 0 0
3 days andrewgodwin andrewgodwin Better detection of individual field UNIQUEs. 0 2 0
3 days andrewgodwin andrewgodwin Add --database option to migrate. 0 2 0
3 days andrewgodwin andrewgodwin Fix #180, #165: MySQL foreign keys in innodb no longer an issue when removing… 0 2 0
3 days andrewgodwin andrewgodwin Fixing the object_name freezig 0 1 0
3 days andrewgodwin andrewgodwin Send post_migrate after any clean run, including empty ones. 0 1 0
3 days andrewgodwin andrewgodwin Moving 0.7 to be the default branch. 0 1 0
3 days andrewgodwin andrewgodwin Closing off default branch, since 0.7 branch will become the new default. 0 0 0
4 days andrewgodwin andrewgodwin Don't add/remove models with managed=False (#312) 0 2 0
4 days andrewgodwin andrewgodwin Fix column naming issues for add/delete fields 0 2 0
4 days andrewgodwin andrewgodwin Fix foreign keys in xxxx_unique code creation. 0 2 0
4 days andrewgodwin andrewgodwin SQLite module now has "standard" support, and passes all of the tests (bar uniqu… 0 3 0
4 days andrewgodwin andrewgodwin Remove the "add_unique" alias, it never existed (I typo'd the AddUnique… 0 1 0
4 days andrewgodwin andrewgodwin Change the AddUnique action to actually use the create_unique function call. 0 1 0
4 days andrewgodwin andrewgodwin Add the "add_unique" alias back in. 0 1 0