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

@@ -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
}
}
]