mirror of https://github.com/django/django.git
[1.6.x] Fixed invalid testing fixture
Backport of 86f4459f9e
from master
This commit is contained in:
parent
2b1101a4a6
commit
b189169ed0
|
@ -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