diff options
| author | Esau Rodriguez <esauro@gmail.com> | 2014-02-21 06:43:08 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-18 15:52:07 -0400 |
| commit | ec9043ab2f6027da709d1daf0df5599db6a77453 (patch) | |
| tree | 7e113d267b22c93959db9466cf9690431cc81a9f /docs/ref | |
| parent | 5a2556afb9b1b3ef6e0622552970c67ac84ecd28 (diff) | |
Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 9 |
1 files changed, 6 insertions, 3 deletions
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 |
