Commit graph

5 commits

Author SHA1 Message Date
adam
34e2a6f839 Changes 0.8.2:
* An issue with SQLite and default values that caused some migrations to fail has been fixed.
* South now recognises more Django MSSQL backends, and no longer fails to alter ForeignKeys that are in composite indexes.
* A small issue with the app cache on Django 1.6 has been fixed.
* The schemamigration and datamigration commands can now be properly inherited and their templates easily changed.
2013-11-01 11:11:23 +00:00
adam
4dce23e958 Changes 0.8.1:
This is the first bugfix release in the 0.8 series, to address a critical regression on older versions of Django.
2013-08-09 07:28:24 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
adam
e740d78221 Changes 0.7.6:
This is a minor new release of South, and the sixth bugfix release for the 0.7
series.
2012-08-26 12:53:03 +00:00
adam
770cc955a1 This is South, a Django application to provide migrations in a sane way.
By sane, we mean that the status of every migration is tracked individually,
rather than just the number of the top migration reached; this means South
can detect when you have an unapplied migration that's sitting in the middle
of a whole load of applied ones, and will let you apply it straight off,
or let you roll back to it, and apply from there forward.
2011-01-12 08:10:05 +00:00