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
/
decorators
/
http.py
Age
Commit message (
Expand
)
Author
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-06-06
Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified...
Josh Schneier
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-10
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-09-09
Normalized spelling of ETag.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-31
Removed British/Austrialian word: whilist.
Tim Graham
2015-08-15
Fixed #24935 -- Refactored common conditional GET handling.
Denis Cornehl
2015-05-25
Fixed typos in HTTP decorator docs.
I am Clinton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-24
Fixed #22461 -- Added if-unmodified-since support to the condition decorator.
Thomas Tanner
2014-10-21
Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.
Anton Novosyolov
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-10-10
Whitespace cleanup.
Tim Graham
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2012-02-09
Fixed #15840 -- Wrapped inner function of the condition decorator with functo...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-04-28
Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-12
Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...
Russell Keith-Magee
2009-04-03
Fixed #10681 -- Work around (by ignoring) invalid ETag headers.
Malcolm Tredinnick
2009-03-24
A bunch of improvements for conditional HTTP processing.
Malcolm Tredinnick
2009-03-22
Fixed #10581 -- Fixed conditional handling of If-Match headers.
Malcolm Tredinnick
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2006-06-20
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-20
Fixed #2185 -- Changed django.views.decorators.http.require_http_methods deco...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-10-28
Fixed #703: added decorators to require that view be called with a given HTTP...
Jacob Kaplan-Moss
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty