django1/django/contrib/staticfiles
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
..
management Fixed #25346 -- Allowed collectstatic to delete broken symlinks. 2015-10-17 14:13:31 -04:00
templatetags Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
finders.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
handlers.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
storage.py Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. 2015-11-12 19:30:48 -05:00
testing.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
urls.py Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
utils.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
views.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00