django/tests/staticfiles_tests/project
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
..
documents Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. 2015-11-12 19:30:48 -05:00
faulty Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
prefixed Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
site_media Fixed #23700 -- Fixed non-deterministic static files test failures on Windows. 2015-01-01 13:57:52 -05:00