1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/fixtures/fixtures/fixture_with[special]chars.json

11 lines
211 B
JSON

[
{
"pk": "1",
"model": "fixtures.article",
"fields": {
"headline": "How To Deal With Special Characters",
"pub_date": "2006-06-16 12:00:00"
}
}
]