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
/
views
/
static.py
Age
Commit message (
Expand
)
Author
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-02-17
Fixed #34343 -- Moved built-in templates to filesystem.
Nick Pope
2022-03-15
Removed outdated handling of length parameter to If-Modified-Since header.
Mariusz Felisiak
2022-03-11
Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is em...
Collin Anderson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-05-13
Refs #28593 -- Changed url() to path() in comments following URL routing chan...
Tobias Bengfort
2018-05-15
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Claude Paroz
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-04-25
Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s ...
Tim Graham
2017-04-04
Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serv...
Tim Graham
2017-03-17
Fixed #27948 -- Removed incorrect unquote() in static serving views.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-10
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Tim Graham
2015-08-08
Refs #25236 -- Removed ifequal/ifnotequal usage.
Tim Graham
2015-02-22
Fixed a few uses of Template that relied on a default engine.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-05
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2013-11-04
Merge pull request #1821 from Bouke/tickets/14170
Aymeric Augustin
2013-11-03
Fixed #14170 -- Reset i18n cache when settings change
Bouke Haarsma
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-06-29
Removed compatibility code for streaming responses.
Aymeric Augustin
2013-01-24
Minor optimization in the static serve view.
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-09-26
Fixed #18675 -- Fixed was_modified_since with floating-point mtime
Claude Paroz
2012-08-22
Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type
Claude Paroz
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-06-30
Removed usage of mimetype kwarg of HttpResponse
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-05
Updated core base translation files with new strings. Refs #17822.
Jannis Leidel
2012-02-04
Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...
Jannis Leidel
2011-05-27
Explicitly close a file in the static serve view. Thanks to Benjamin Peterso...
Alex Gaynor
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-04
Fixed #15613: Don't send content-length headers for non-regular files. Thanks...
Andrew Godwin
2011-03-02
Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...
Jannis Leidel
2011-03-01
Fixed #15281 -- Made the static view use an iterator when serving a file, eff...
Jannis Leidel
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2011-02-14
Fixes #15270 -- Moved back the serve view to django.views.static due to depen...
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
[next]