Skip to content

Commit 652f944

Browse files
committed
Removed references to 'south'
1 parent d84acc5 commit 652f944

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/advanced.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Advanced 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

1416
Locating past model instance

0 commit comments

Comments
 (0)