Changes between Version 4 and Version 5 of Tutorial4
- Timestamp:
- 09/20/09 14:07:59 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial4
v4 v5 75 75 However, this could still be somewhat dodgy if both migrations are really playing with the same area. '''South is no substitute for team coordination''' - in fact, most of the features are there purely to warn you that you haven't coordinated, and the simple merging on offer is only there for the easy cases. Make sure your team know who is working on what, so they don't write migrations that affect the same parts of the DB at the same time. 76 76 77 Note that after any kind of merge, '''autodetection will not work correctly until you make a new blank migration'''. To do this, just run: 78 79 {{{ 80 ./manage.py startmigration appname autodetect_fix 81 }}} 82 77 83 == Real-world Examples == 78 84
