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
@@ -9,5 +9,16 @@
|
||||
"count": 3,
|
||||
"weight": 1.2
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": "1",
|
||||
"model": "fixtures_regress.animal_extra",
|
||||
"fields": {
|
||||
"name": "Non-existent model",
|
||||
"extra_name": "test for ticket #21799",
|
||||
"latin_name": "Panthera leo",
|
||||
"count": 3,
|
||||
"weight": 1.2
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user