mirror of https://github.com/django/django.git
Fixed invalid testing fixture
This commit is contained in:
parent
f5552571dc
commit
3a8ae71ab5
|
@ -1,4 +1,10 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"pk": 1,
|
||||||
|
"model": "fixtures_regress.article",
|
||||||
|
"fields": {"title": "foof"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
"model": "fixtures_regress.specialarticle",
|
"model": "fixtures_regress.specialarticle",
|
||||||
|
|
Loading…
Reference in New Issue