1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/django/middleware
2007-12-02 23:25:55 +00:00
..
__init__.py
cache.py Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header 2007-11-29 16:57:18 +00:00
common.py Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middleware. Makes customisation a bit easier. Thanks, Mihai Preda and Andy Gayton. 2007-12-02 23:25:55 +00:00
doc.py
gzip.py Made some stylistic changes in GZipMiddleware and added some notes about IE, refs #5313. 2007-11-19 03:41:46 +00:00
http.py Fixed #5898 -- Changed a few response processing paths to make things harder to get wrong and easier to get right. Previous behaviour wasn't buggy, but it was harder to use than necessary. 2007-11-11 03:55:44 +00:00
locale.py
transaction.py