summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/views.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-05-13Refs #28593 -- Changed url() to path() in comments following URL routing chan...Tobias Bengfort
2017-03-17Fixed #27948 -- Removed incorrect unquote() in static serving views.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-07-31Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is ...Tai Lee
2013-02-23Fixed embarrassing typo in last commit.Jannis Leidel
2013-02-23Removes document_root argument from django.contrib.staticfiles.views.servefako
2013-01-29Fixed typos in docs and commentsTim Graham
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2011-07-04Fixed #15765 -- Stopped showing an odd error message when using the staticfil...Jannis Leidel
2011-02-14Modified the staticfiles serve view to return a 404 early in the stack.Jannis Leidel
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2010-12-31Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...Jannis Leidel
2010-11-30Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...Ramiro Morales
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-10-21Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel