1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/tests/staticfiles_tests
Tim Graham e233f357bd Refs #25484 -- Removed incorrect unquoting in {% static %}.
Regression in 374e6230ca.

Thanks Florian Apolloner for the report and analysis.
2016-12-19 16:18:06 -05:00
..
apps
project
urls
__init__.py
cases.py Fixed #25484 -- Made {% static %} render escaped URLs. 2016-12-17 10:03:44 -05:00
settings.py
storage.py Refs #25484 -- Removed incorrect unquoting in {% static %}. 2016-12-19 16:18:06 -05:00
test_finders.py
test_forms.py
test_liveserver.py
test_management.py
test_storage.py
test_templatetags.py Refs #25484 -- Removed incorrect unquoting in {% static %}. 2016-12-19 16:18:06 -05:00
test_views.py