forked from fdintino/django-south
-
Notifications
You must be signed in to change notification settings - Fork 1
I couldn't find a proper clone of the mercurial repository of django-south, so here is one. It is updated automatically every 30 minutes.
License
postmates/django-south
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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/docs/
About
I couldn't find a proper clone of the mercurial repository of django-south, so here is one. It is updated automatically every 30 minutes.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%