mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed #20976 -- Fixed labels in migration docs.
Thanks chrismedrela for the report.
This commit is contained in:
parent
bd97026490
commit
c9a69cdb93
1 changed files with 2 additions and 3 deletions
|
@ -196,7 +196,7 @@ restrict to a single app. Restricting to a single app (either in
|
||||||
a guarantee; any other apps that need to be used to get dependencies correct
|
a guarantee; any other apps that need to be used to get dependencies correct
|
||||||
will be.
|
will be.
|
||||||
|
|
||||||
.. migration-files:
|
.. _migration-files:
|
||||||
|
|
||||||
Migration files
|
Migration files
|
||||||
---------------
|
---------------
|
||||||
|
@ -273,8 +273,7 @@ Note that this only works given two things:
|
||||||
that your database doesn't match your models, you'll just get errors when
|
that your database doesn't match your models, you'll just get errors when
|
||||||
migrations try to modify those tables.
|
migrations try to modify those tables.
|
||||||
|
|
||||||
|
.. _historical-models:
|
||||||
.. historical-models:
|
|
||||||
|
|
||||||
Historical models
|
Historical models
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue