summaryrefslogtreecommitdiff
path: root/django/views/decorators/http.py
AgeCommit message (Expand)Author
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-20Fixed #2185 -- Changed django.views.decorators.http.require_http_methods deco...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-10-28Fixed #703: added decorators to require that view be called with a given HTTP...Jacob Kaplan-Moss
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty