summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-12-19 06:52:01 +0200
committerTim Graham <timograham@gmail.com>2014-12-19 06:57:50 -0500
commita970d6d941c849eba482b6a4b254c28f5e15524c (patch)
tree2bcdd90b19e6830b1319b248cc73e1bb1b2299e8 /docs/ref
parentf46a16614d0a8339362ed7a48eef8f1914f96c85 (diff)
[1.7.x] Moved version directives to the bottom of the loaddata section.
Backport of 6403e07c5093e0244497293f31f5f73cebe85b66 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index bb9b7ac072..f75f0e5819 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -389,16 +389,15 @@ onto which the data will be loaded.
The :djadminopt:`--ignorenonexistent` option can be used to ignore fields that
may have been removed from models since the fixture was originally generated.
-
-.. versionchanged:: 1.7
-
- ``--app`` was added.
-
.. 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.
+
What's a "fixture"?
~~~~~~~~~~~~~~~~~~~