From ec9043ab2f6027da709d1daf0df5599db6a77453 Mon Sep 17 00:00:00 2001 From: Esau Rodriguez Date: Fri, 21 Feb 2014 06:43:08 +0000 Subject: Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models. --- docs/ref/django-admin.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 7ceddb9cc2..fe1d8dbc38 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -383,14 +383,17 @@ onto which the data will be loaded. .. django-admin-option:: --ignorenonexistent -The :djadminopt:`--ignorenonexistent` option can be used to ignore fields that -may have been removed from models since the fixture was originally generated. - +The :djadminopt:`--ignorenonexistent` option can be used to ignore fields and +models that may have been removed since the fixture was originally generated. .. versionchanged:: 1.7 ``--app`` was added. +.. versionchanged:: 1.8 + + ``--ignorenonexistent`` also ignores non-existent models. + .. django-admin-option:: --app The :djadminopt:`--app` option can be used to specify a single app to look -- cgit v1.3