mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #24978 -- Escaped special characters in loaddata fixture paths
This commit is contained in:
committed by
Tim Graham
parent
d58573e60d
commit
98df288dda
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