2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2012-08-26 14:53:03 by Adam Ciarcinski | Files touched by this commit (3) |
Log message: Changes 0.7.6: This is a minor new release of South, and the sixth bugfix release for the 0.7 series. |
2011-01-12 09:10:05 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: 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. |