diff options
| author | Tim Graham <timograham@gmail.com> | 2017-03-17 07:55:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-17 07:55:00 -0400 |
| commit | b536dcf6568ceb4d8aad22cd4e1d38c850980fb4 (patch) | |
| tree | e6a629849830d436fc2d1cccd8a2387ef43f1b09 /tests/staticfiles_tests/apps | |
| parent | 6b4f018b2b3478d2a4a441ed52d43f6268ac89f3 (diff) | |
| download | django-b536dcf6568ceb4d8aad22cd4e1d38c850980fb4.tar.gz | |
Fixed #27948 -- Removed incorrect unquote() in static serving views.
Diffstat (limited to 'tests/staticfiles_tests/apps')
| -rw-r--r-- | tests/staticfiles_tests/apps/test/static/test/%2F.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/apps/test/static/test/%2F.txt b/tests/staticfiles_tests/apps/test/static/test/%2F.txt new file mode 100644 index 0000000000..d98b646c7c --- /dev/null +++ b/tests/staticfiles_tests/apps/test/static/test/%2F.txt @@ -0,0 +1 @@ +%2F content |
