1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/django/contrib/staticfiles
Aleksandra Sendecka 32a7ab2148 Fixed #19526
CSS specifications governs that syntax is case insensitive.
This modifies CachedFilesMixin to support that.
2013-02-23 23:05:22 +01:00
..
management Fixed #19715 -- Simplified findstatic output when verbosity set to 0 2013-02-01 11:55:05 +01:00
templatetags Fixed #19850 -- Use configured staticfiles storage to find the URL of a static file in the admin. 2013-02-23 14:36:51 +01:00
__init__.py
finders.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
handlers.py Fixed #19468 -- Decoded request.path correctly on Python 3. 2012-12-22 13:32:39 +01:00
models.py
storage.py Fixed #19526 2013-02-23 23:05:22 +01:00
urls.py
utils.py
views.py Fixed embarrassing typo in last commit. 2013-02-23 14:59:51 +01:00