1
0
mirror of https://github.com/django/django.git synced 2025-01-02 14:35:59 +00:00
django/tests/fixtures/fixtures/db_fixture_1.default.json
2013-02-26 14:36:57 +01:00

10 lines
208 B
JSON

[
{
"pk": "6",
"model": "fixtures.article",
"fields": {
"headline": "Who needs more than one database?",
"pub_date": "2006-06-16 14:00:00"
}
}
]