summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-12-19 06:52:01 +0200
committerBerker Peksag <berker.peksag@gmail.com>2014-12-19 06:52:01 +0200
commit6403e07c5093e0244497293f31f5f73cebe85b66 (patch)
tree7320f8a12730feeb1046703573c685f4dc1c3c72
parent5b1fb0a75d6961d78ba68c72008f1cc535f9689a (diff)
Moved version directives to the bottom of the loaddata section.
-rw-r--r--docs/ref/django-admin.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 85864d78b8..08ca142a14 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -420,6 +420,11 @@ onto which the data will be loaded.
The :djadminopt:`--ignorenonexistent` option can be used to ignore fields and
models that may have been removed since the fixture was originally generated.
+.. django-admin-option:: --app
+
+The :djadminopt:`--app` option can be used to specify a single app to look
+for fixtures in rather than looking through all apps.
+
.. versionchanged:: 1.7
``--app`` was added.
@@ -428,11 +433,6 @@ models that may have been removed since the fixture was originally generated.
``--ignorenonexistent`` also ignores non-existent models.
-.. django-admin-option:: --app
-
-The :djadminopt:`--app` option can be used to specify a single app to look
-for fixtures in rather than looking through all apps.
-
What's a "fixture"?
~~~~~~~~~~~~~~~~~~~