1
0
mirror of https://github.com/django/django.git synced 2025-03-22 23:30:45 +00:00

Fixed invalid testing fixture

This commit is contained in:
Anssi Kääriäinen 2013-08-20 17:48:02 +03:00
parent 1ed77e7782
commit 86f4459f9e

View File

@ -1,4 +1,10 @@
[
{
"pk": 1,
"model": "fixtures_regress.article",
"fields": {"title": "foof"
}
},
{
"pk": 1,
"model": "fixtures_regress.specialarticle",