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