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:
committed by
Tim Graham
parent
5a2556afb9
commit
ec9043ab2f
@@ -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
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user