django1/django/middleware
Ludwik Trammer c558a43fd6 [1.6.x] Fixed #21473 -- Limited language preservation to logout
Current language is no longer saved to session by LocaleMiddleware
on  every response (the behavior introduced in #14825).
Instead language stored in session is reintroduced into new session
after logout.
2013-12-11 15:49:27 +01:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated 2013-05-18 17:38:32 +02:00
clickjacking.py Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
common.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
csrf.py [1.6.x] Fixed bug causing CSRF token not to rotate on login. 2013-10-18 08:33:00 -04:00
doc.py Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
gzip.py Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
http.py Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
locale.py [1.6.x] Fixed #21473 -- Limited language preservation to logout 2013-12-11 15:49:27 +01:00
transaction.py Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00