1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/django/middleware
Aymeric Augustin e84f79f051 Fixed #18042 -- Advanced deprecation warnings.
Thanks Ramiro for the patch.
2012-05-03 15:27:01 +02:00
..
__init__.py
cache.py
clickjacking.py
common.py Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
csrf.py Documentation (and some small source code) edits from [17432] - [17537] 2012-02-17 20:04:11 +00:00
doc.py
gzip.py Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in use to follow RFC2616 better. Thanks, ext and dracos2. 2012-02-09 18:57:13 +00:00
http.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
locale.py Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards. 2012-03-02 22:35:26 +00:00
transaction.py