File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11Advanced Usage
22==============
33
4- Version-controlling with South
5- ------------------------------
4+ Database Migrations
5+ -------------------
66
7- By default, Historical models live in the same app as the model they track.
8- Historical models are tracked by South in the same way as any other model.
9- Whenever the original model changes, the historical model will change also.
7+ By default, Historical models live in the same app as the model they
8+ track. Historical models are tracked by migrations in the same way as
9+ any other model. Whenever the original model changes, the historical
10+ model will change also.
1011
11- Therefore tracking historical models with South should work automatically.
12+ Therefore tracking historical models with migrations should work
13+ automatically.
1214
1315
1416Locating past model instance
You can’t perform that action at this time.
0 commit comments