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

Migrations for Django

Clone this repository (size: 1.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/andrewgodwin/south/
View at rev
south /
filename size last modified message
docs  
south  
.hgignore 215 B 5 weeks ago Slow start to a big docs push.
.hgtags 2.9 KB 3 days ago Added tag stableish for changeset 679d808d1208
LICENSE 8.9 KB 5 weeks ago Start of docs refactor into the repo
README 566 B 5 weeks ago Start of docs refactor into the repo
clean.sh 59 B 3 months ago Cleaning script for moving between major releases
setup.py 2.0 KB 4 weeks ago Use setuptools for the setup.py if we can.

README

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.

Documentation on South is currently available on our project site;
you can find it at http://south.aeracode.org/wiki/Documentation