summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-03 08:58:17 -0400
committerTim Graham <timograham@gmail.com>2015-09-03 08:58:54 -0400
commit800a162c0c439fe43751411762877349aa211b00 (patch)
treee9d298e895e99f7ca921e639545fe0784065ad9f
parent6acf0df86255ef4d2097f24cbfa39fdb44de19e3 (diff)
[1.8.x] Moved misplaced versionadded annotation.
Backport of 12083c5d47a8db1193e401fca1520da5d4a31668 from master
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 04b6839618..5c8690f712 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -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
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