django1/django/middleware
Gary Wilson Jr c0d862d638 Fixed a typo and added a bit more ReST markup to cache middleware docstring.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-15 17:47:03 +00:00
..
__init__.py
cache.py Fixed a typo and added a bit more ReST markup to cache middleware docstring. 2008-08-15 17:47:03 +00:00
common.py Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00
doc.py
gzip.py Fixed #6480 -- Added application/pdf the list of content types we don't compress when sending to Internet Explorer. Thanks, Bastien Kleineidam. 2008-02-04 01:40:53 +00:00
http.py Fixed #7046 -- set the response status code correctly in ConditionalGetMiddleware. 2008-06-30 07:03:58 +00:00
locale.py Fixed #8121 -- Don't override the Content-Language HTTP header in the locale 2008-08-09 15:04:45 +00:00
transaction.py