summaryrefslogtreecommitdiff
path: root/django/views/decorators
AgeCommit message (Expand)Author
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
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-11-26Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di...Adrian Holovaty
2005-10-29Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss
2005-10-28Fixed #703: added decorators to require that view be called with a given HTTP...Jacob Kaplan-Moss
2005-10-23Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, r...Adrian Holovaty
2005-10-22Added django.views.decorators.auth.user_passes_test, which is a more generic ...Adrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty
2005-10-09Moved vary decorators from django.utils.cache to django.views.decorators.varyAdrian Holovaty
2005-10-06Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...Adrian Holovaty
2005-07-18Moved django.views.decorators.cache.compress_string into django.utils.textAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty