summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2014-02-09 12:22:29 +0000
committerAndrew Godwin <andrew@aeracode.org>2014-02-09 12:22:59 +0000
commitd5df7a0515b08621a526a9c9ffde7d7702c5b07e (patch)
tree4a31ece48479b5f2686acf192aad856eb3b3b31e /docs/ref
parent250841017c6c456806cadd214b4e130aa998233d (diff)
Fixed #21969: Fix behaviour of initial_data with migrated apps
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 1fd2eb0fee..93087698a0 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -383,6 +383,16 @@ 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.
+
What's a "fixture"?
~~~~~~~~~~~~~~~~~~~