django/tests/staticfiles_tests
msaelices 7624fdb9f8 Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path.
A @font-face declaration may contain a fragment that looks like a relative path,
e.g. @font-face { src: url('../fonts/font.svg#../path/like/fragment'); }
In this case, an incorrect path was passed to the storage backend, which raised
an error that caused collectstatic to crash.
2015-11-12 19:30:48 -05:00
..
apps
project Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. 2015-11-12 19:30:48 -05:00
urls
__init__.py
cases.py
settings.py
storage.py
test_finders.py
test_liveserver.py
test_management.py
test_storage.py Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. 2015-11-12 19:30:48 -05:00
test_templatetags.py
test_views.py