Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/decorators
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #6371 - several decorators don't work with bound me...Luke Plant2009-09-221-3/+15
* 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-253-5/+20
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-1/+0
* 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-023-25/+12
* Fixed #903 -- Added login_url argument to user_passes_tes...Adrian Holovaty2005-11-261-3/+4
* Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss2005-10-291-0/+16
* Fixed #703: added decorators to require that view be call...Jacob Kaplan-Moss2005-10-281-2/+28
* Fixed #684 -- Fixed login_required and user_passes_test d...Adrian Holovaty2005-10-241-9/+12
* Added django.views.decorators.auth.user_passes_test, whic...Adrian Holovaty2005-10-221-6/+13
* Fixed #580 -- Added mega support for generating Vary head...Adrian Holovaty2005-10-093-55/+30
* Moved vary decorators from django.utils.cache to django.v...Adrian Holovaty2005-10-091-0/+35
* Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting in...Adrian Holovaty2005-10-061-1/+2
* Moved django.views.decorators.cache.compress_string into ...Adrian Holovaty2005-07-181-11/+3
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-133-0/+76