mirror of
https://github.com/django/django.git
synced 2025-09-24 11:12:36 +00:00
Fixed invalid testing fixture
This commit is contained in:
parent
1ed77e7782
commit
86f4459f9e
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue