mirror of
https://github.com/django/django.git
synced 2025-04-27 18:54:41 +00:00
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…
x
Reference in New Issue
Block a user