Moved misplaced versionadded annotation.

This commit is contained in:
Tim Graham 2015-09-03 08:58:17 -04:00
parent 2145607d1d
commit 12083c5d47
1 changed files with 2 additions and 2 deletions

View File

@ -740,10 +740,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
run correctly.
.. versionadded:: 1.8
.. django-admin-option:: --fake-initial
.. versionadded:: 1.8
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
by all :class:`~django.db.migrations.operations.CreateModel` operations in that