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 1
1
Advanced Usage
2
2
==============
3
3
4
- Version-controlling with South
5
- ------------------------------
4
+ Database Migrations
5
+ -------------------
6
6
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.
10
11
11
- Therefore tracking historical models with South should work automatically.
12
+ Therefore tracking historical models with migrations should work
13
+ automatically.
12
14
13
15
14
16
Locating past model instance
You can’t perform that action at this time.
0 commit comments