django/django/middleware
Aymeric Augustin 3bdc7a6a70 Deprecated transaction.is_managed().
It's synchronized with the autocommit flag.
2013-03-11 14:48:54 +01:00
..
__init__.py
cache.py Prevented caching of streaming responses. 2012-12-24 20:28:07 +01:00
clickjacking.py
common.py Fixed #19099 -- Split broken link emails out of common middleware. 2013-01-15 17:41:45 +01:00
csrf.py Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie. 2013-02-07 09:48:08 +01:00
doc.py
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 Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response. 2013-02-28 14:21:48 +01:00
transaction.py Deprecated transaction.is_managed(). 2013-03-11 14:48:54 +01:00