django1/django/views/decorators
Jacob Kaplan-Moss f12e324332 Fixed #612 - added cache control headers (thanks, hugo)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-29 17:00:20 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
auth.py Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, rjwittams 2005-10-23 22:42:44 +00:00
cache.py Fixed #612 - added cache control headers (thanks, hugo) 2005-10-29 17:00:20 +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 Fixed #703: added decorators to require that view be called with a given HTTP REQUEST_METHOD 2005-10-28 01:30:30 +00:00
vary.py Moved vary decorators from django.utils.cache to django.views.decorators.vary 2005-10-09 00:37:56 +00:00