django1/django/middleware
Łukasz Langa 660762681c Fixed -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Fixed : Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated 2013-05-18 17:38:32 +02:00
clickjacking.py Fixed - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
common.py Fixed -- Prevented crash when HTTP_REFERER contains non-ascii 2013-05-18 12:39:11 +02:00
csrf.py Fixed -- Don't log warnings in ensure_csrf_cookie. 2013-05-18 16:17:46 +02:00
doc.py Fixed -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
gzip.py Fixed -- Added streaming responses. 2012-10-20 20:05:11 +02:00
http.py Fixed -- Added streaming responses. 2012-10-20 20:05:11 +02:00
locale.py Fixed : generic Accept-Language matches country-specific variants 2013-05-19 12:50:09 +02:00
transaction.py Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00