2
0
Эх сурвалжийг харах

Moved version directives to the bottom of the loaddata section.

Berker Peksag 10 жил өмнө
parent
commit
6403e07c50

+ 5 - 5
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"?
 ~~~~~~~~~~~~~~~~~~~