summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/handlers.py
AgeCommit message (Expand)Author
2024-05-29Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.Jake Howard
2023-03-21Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator.Carlton Gibson
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2022-06-09Fixed #33755 -- Moved ASGI body-file cleanup into request class.Jonas Lundberg
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-06-08Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().Joshua Massover
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-05-08Moved unnecessarily nested import.Carlton Gibson
2019-05-08Removed redundant check from StaticFilesHandler.Carlton Gibson
2018-06-05Refs #29353 -- Removed duplicated logic in StaticFilesHandler.get_response().Claude Paroz
2018-04-25Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...Claude Paroz
2017-08-23Fixed #27796 -- Prevented middleware being loaded twice with runserverClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-07-06Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2013-12-01Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler.Krzysztof Jurewicz
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-09-07Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2012-12-22Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-07-04Fixed #15765 -- Stopped showing an odd error message when using the staticfil...Jannis Leidel
2011-02-01Fixed a few test docstrings and removed an unused import in staticfiles.Carl Meyer
2011-02-01Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...Carl Meyer
2010-12-02Added an additional check for the availability of the STATIC_* settings to ma...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel