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

11 lines
172 B
JSON

[
{
"pk": "1",
"model": "fixtures.article",
"fields": {
"headline": "Breaking news",
"pub_date": null
}
}
]