Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/decorators/http.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl2015-08-151-68/+8
* Fixed typos in HTTP decorator docs.I am Clinton2015-05-251-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+7
* Fixed #22461 -- Added if-unmodified-since support to the ...Thomas Tanner2014-12-241-29/+35
* Fixed #23695 -- Made condition decorator work for HEAD re...Anton Novosyolov2014-10-211-1/+1
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+3
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Imported getLogger directly from logging moduleClaude Paroz2012-09-201-2/+2
* Fixed #17358 -- Updated logging calls to use official syn...Jannis Leidel2012-02-091-3/+3
* Fixed #15840 -- Wrapped inner function of the condition d...Jannis Leidel2012-02-091-0/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-1/+2
* Fixed #15637 -- Added a require_safe decorator for views ...Jannis Leidel2011-04-281-0/+3
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-5/+1
* Fixed #717 - If-Modified-Since handling should compare da...Luke Plant2011-03-011-8/+10
* Fixed #14406 -- Added a Python 2.4 compatibility to the l...Russell Keith-Magee2010-10-061-2/+2
* Fixed #12012 -- Added support for logging. Thanks to Vina...Russell Keith-Magee2010-10-041-1/+22
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-1/+1
* Fixed #13093 -- Updated some decorators and the decorator...Russell Keith-Magee2010-03-121-2/+2
* Fixed #10681 -- Work around (by ignoring) invalid ETag he...Malcolm Tredinnick2009-04-031-1/+9
* A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick2009-03-241-4/+4
* Fixed #10581 -- Fixed conditional handling of If-Match he...Malcolm Tredinnick2009-03-231-1/+1
* Fixed #5791 -- Added early-bailout support for views (ETa...Malcolm Tredinnick2009-03-221-2/+98
* Fixed #5701 -- Fixed decorators to take the name, attribu...Gary Wilson Jr2008-02-251-1/+6
* Converted request.META['REQUEST_METHOD'] calls to request...Adrian Holovaty2006-06-201-3/+2
* Fixed #2185 -- Changed django.views.decorators.http.requi...Adrian Holovaty2006-06-201-6/+6
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-1/+1
* Fixed #703: added decorators to require that view be call...Jacob Kaplan-Moss2005-10-281-2/+28
* Fixed #580 -- Added mega support for generating Vary head...Adrian Holovaty2005-10-091-0/+9