99d3f20deb9da44c7caa4124ffc83edd77d36849
[wolnelektury.git] / apps / south / docs / README
1 This is South, a Django application to provide migrations in a sane way.
2
3 By sane, we mean that the status of every migration is tracked individually,
4 rather than just the number of the top migration reached; this means South
5 can detect when you have an unapplied migration that's sitting in the middle
6 of a whole load of applied ones, and will let you apply it straight off,
7 or let you roll back to it, and apply from there forward.
8
9 Documentation on South is currently available on our project site;
10 you can find it at http://south.aeracode.org/wiki/Documentation