django1/django/middleware
Tim Graham 815e7a5721 Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data.
Thanks Walter Doekes.
2014-06-25 07:08:16 -04:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Prevented leaking the CSRF token through caching. 2014-04-21 18:11:26 -04:00
clickjacking.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
common.py Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline. 2014-03-21 07:15:58 -04:00
csrf.py Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data. 2014-06-25 07:08:16 -04:00
gzip.py Fixed #17552 -- Removed a hack for IE6 and earlier. 2014-06-10 08:42:31 +02:00
http.py Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616. 2014-06-13 20:01:35 -04:00
locale.py Fixed #21389 -- Accept most valid language codes 2014-02-26 16:58:04 +01:00