django1/django/middleware
Tim Graham 36ded01527 Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Used "is" for comparisons with None. 2013-10-10 09:35:56 -04:00
clickjacking.py Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +00:00
common.py Fixed #7603 -- Added a 'scheme' property to the HttpRequest object 2013-10-15 09:04:12 -04:00
csrf.py Fixed #21324 -- Translate CSRF failure view 2013-11-02 11:22:30 +01:00
doc.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04: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 Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
transaction.py Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00