mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Merged regressiontests and modeltests into the test root.
This commit is contained in:
18
tests/fixtures_model_package/fixtures/fixture2.json
Normal file
18
tests/fixtures_model_package/fixtures/fixture2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"pk": "3",
|
||||
"model": "fixtures_model_package.article",
|
||||
"fields": {
|
||||
"headline": "Copyright is fine the way it is",
|
||||
"pub_date": "2006-06-16 14:00:00"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": "4",
|
||||
"model": "fixtures_model_package.article",
|
||||
"fields": {
|
||||
"headline": "Django conquers world!",
|
||||
"pub_date": "2006-06-16 15:00:00"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user