mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
[1.8.x] Moved misplaced versionadded annotation.
Backport of 12083c5d47a8db1193e401fca1520da5d4a31668 from master
This commit is contained in:
parent
6acf0df862
commit
800a162c0c
@ -770,10 +770,10 @@ be warned that using ``--fake`` runs the risk of putting the migration state
|
|||||||
table into a state where manual recovery will be needed to make migrations
|
table into a state where manual recovery will be needed to make migrations
|
||||||
run correctly.
|
run correctly.
|
||||||
|
|
||||||
.. versionadded:: 1.8
|
|
||||||
|
|
||||||
.. django-admin-option:: --fake-initial
|
.. django-admin-option:: --fake-initial
|
||||||
|
|
||||||
|
.. versionadded:: 1.8
|
||||||
|
|
||||||
The ``--fake-initial`` option can be used to allow Django to skip an app's
|
The ``--fake-initial`` option can be used to allow Django to skip an app's
|
||||||
initial migration if all database tables with the names of all models created
|
initial migration if all database tables with the names of all models created
|
||||||
by all :class:`~django.db.migrations.operations.CreateModel` operations in that
|
by all :class:`~django.db.migrations.operations.CreateModel` operations in that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user