mirror of
https://github.com/Hopiu/django.git
synced 2026-04-09 01:21:06 +00:00
Fixed invalid testing fixture
This commit is contained in:
parent
f5552571dc
commit
3a8ae71ab5
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "fixtures_regress.article",
|
||||
"fields": {"title": "foof"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "fixtures_regress.specialarticle",
|
||||
|
|
|
|||
Loading…
Reference in a new issue