mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #24978 -- Amended test filename to avoid checkout warnings on Windows.
This commit is contained in:
10
tests/fixtures/fixtures/fixture_with[special]chars.json
vendored
Normal file
10
tests/fixtures/fixtures/fixture_with[special]chars.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"pk": "1",
|
||||
"model": "fixtures.article",
|
||||
"fields": {
|
||||
"headline": "How To Deal With Special Characters",
|
||||
"pub_date": "2006-06-16 12:00:00"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user