django1/django/views/decorators
Jacob Kaplan-Moss a926046ba6 Second half of little cleanup tweaks suggested by pyflakes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-21 20:39:17 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
gzip.py Fixed #580 -- Added mega support for generating Vary headers, including some view decorators, and changed the CacheMiddleware to account for the Vary header. Also added GZipMiddleware and ConditionalGetMiddleware, which are no longer handled by CacheMiddleware itself. Also updated the cache.txt and middleware.txt docs. Thanks to Hugo and Sune for the excellent patches 2005-10-09 00:55:08 +00:00
http.py Converted request.META['REQUEST_METHOD'] calls to request.method, throughout the Django codebase 2006-06-20 04:34:13 +00:00
vary.py Moved vary decorators from django.utils.cache to django.views.decorators.vary 2005-10-09 00:37:56 +00:00