1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.

This commit is contained in:
Esau Rodriguez
2014-02-21 06:43:08 +00:00
committed by Tim Graham
parent 5a2556afb9
commit ec9043ab2f
4 changed files with 27 additions and 4 deletions

View File

@@ -145,6 +145,9 @@ Management Commands
:djadminopt:`--exclude` which allows exclusion of specific locales from
processing.
* The :djadminopt:`--ignorenonexistent` option of the :djadmin:`loaddata`
management command now ignores data for models that no longer exist.
Models
^^^^^^