summaryrefslogtreecommitdiff
path: root/django/views/decorators/gzip.py
AgeCommit message (Collapse)Author
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2011-01-08Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv.Andrew Godwin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ↵Adrian Holovaty
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 git-svn-id: http://code.djangoproject.com/svn/django/trunk@810 bcc190cf-cafb-0310-a4f2-bffc1f526a37