django1/django/contrib/staticfiles
Krzysztof Jurewicz b8be3055f1 Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler.
This code seems to be an artifact of AdminMediaHandler removed in [5c53e30607].
2013-12-01 18:03:59 -05:00
..
management Fixed #21380 -- Added a way to set different permission for static directories. 2013-11-29 08:01:30 -05: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 Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
finders.py Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
handlers.py Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler. 2013-12-01 18:03:59 -05:00
models.py Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
storage.py Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
testing.py Made django.test.testcases not depend on staticfiles contrib app. 2013-08-31 11:02:32 -03:00
urls.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
utils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
views.py More attacking E302 violators 2013-11-02 13:12:09 -07:00