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