Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 08/27/08 17:38:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 10 10 == Quick Information == 11 11 12 South brings intelligent and robust migrations to Django. As well as being lightweight, it also integrates with syncdb to only synchronise non-migrated apps, has a lightweight database operation abstraction layer to make migrations database-independent, and works out when you have migrations applied out-of-order or missing and lets you fix them.12 South brings intelligent and robust migrations to Django. As well as being lightweight, it also integrates with syncdb to only synchronise non-migrated apps, has a lightweight database operation abstraction layer to make migrations database-independent, will autogenerate the initial migrations from your models.py, and works out when you have migrations applied out-of-order or missing and lets you fix them.
