1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django/middleware
2011-03-02 12:47:36 +00:00
..
__init__.py
cache.py Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 2011-03-02 12:47:36 +00:00
common.py Fixed #15187 -- Ensure that missing page emails aren't sent when running under debug. Thanks to Dan Carroll for the report and patch. 2011-01-30 13:11:45 +00:00
csrf.py Corrected logging call in CSRF middleware 2011-02-21 23:00:44 +00:00
doc.py
gzip.py
http.py Fixed #717 - If-Modified-Since handling should compare dates according to RFC 2616 2011-03-01 14:28:06 +00:00
locale.py
transaction.py