File python-South.changes of Package python-South
-------------------------------------------------------------------
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