File python-South.changes of Package python-South
-------------------------------------------------------------------
Sat Aug 4 14:16:39 UTC 2012 - alexandre@exatati.com.br
- Update to 0.7.6:
- There is now a new --update switch, which you can use with
schemamigration to merge updates you've just done into your
most recent migration and then reverse and re-apply that
migration to the database.
- Note that this will only work with migrations that aren't yet
committed into a VCS - once that occurs, you should create a
new migration rather than running --update on the current one.
-------------------------------------------------------------------
Wed May 23 13:18:56 UTC 2012 - saschpe@suse.de
- Update to version 0.7.5:
+ Single-column indexes should now be named the same as if they
were created using syncdb
+ UUID default values now work correctly on the PostgreSQL backend.
+ Transactions now use the correct database in a multi-db setup -
previously, they were sometimes using the default database instead
of another configured one.
+ Deletion of self-referencing ForeignKeys is now possible again.
+ A bug with ignoring changes to unmanaged models has been fixed,
so they are now ignored properly.
+ A few minor fixes, including the ability to change TextFields to
CharFields and vice-versa on the Oracle backend.
+ Other fixes
-------------------------------------------------------------------
Wed Mar 28 16:31:55 UTC 2012 - saschpe@gmx.de
- Initial version