1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django/middleware
2010-03-07 20:03:04 +00:00
..
__init__.py
cache.py Fixed #9221 -- Small optimisation to caching middleware handling. 2008-09-30 03:58:09 +00:00
common.py Fixed #6228: Changed common middleware to respect request-specific urlconf. Thanks trey, skevy, and mikexstudios. 2010-03-07 20:03:04 +00:00
csrf.py Misc clarifications in csrf middleware comments 2009-10-27 21:31:20 +00:00
doc.py Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00
gzip.py Fixed #10630 -- Be even more conservative in GZipMiddleware for IE. 2009-04-12 04:14:23 +00:00
http.py BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware. 2009-07-29 05:35:51 +00:00
locale.py
transaction.py