1
0
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:
Moritz Sichert
2015-06-13 12:20:05 +02:00
committed by Tim Graham
parent d58573e60d
commit 98df288dda
5 changed files with 68 additions and 1 deletions

View 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"
}
}
]