django1/django/contrib/staticfiles
Tim Graham ee26797cff Fixed typos in docs and comments 2013-01-29 10:55:55 -07:00
..
management Fixed #19540 -- Stopped using deprecated os.stat_float_times. 2013-01-26 13:34:40 +01:00
templatetags Fixed #18254 -- Added ability to the static template tags to store the result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch. 2012-07-07 15:30:25 +02: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 [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
handlers.py Fixed #19468 -- Decoded request.path correctly on Python 3. 2012-12-22 13:32:39 +01: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 #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
urls.py Fixes #15270 -- Moved back the serve view to django.views.static due to dependency conflicts with the contrib app staticfiles (reverts parts of r14293). Added a helper function that generates URL patterns for serving static and media files during development. Thanks to Carl for reviewing the patch. 2011-02-14 01:42:26 +00:00
utils.py Fixed #16631 -- Fixed embarrassing typo introduced in r16617. Thanks, Andi Albrecht. 2011-08-15 08:22:22 +00:00
views.py Fixed typos in docs and comments 2013-01-29 10:55:55 -07:00