This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-30 11:10:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
middleware
History
Aymeric Augustin
641acf76e7
Removed IGNORABLE_404_STARTS/ENDS settings.
2012-12-29 21:59:07 +01:00
..
__init__.py
…
cache.py
Prevented caching of streaming responses.
2012-12-24 20:28:07 +01:00
clickjacking.py
…
common.py
Removed IGNORABLE_404_STARTS/ENDS settings.
2012-12-29 21:59:07 +01:00
csrf.py
Imported getLogger directly from logging module
2012-09-20 21:03:24 +02:00
doc.py
Fixed
#14506
-- Added an assertion to XViewMiddleware about the dependency on the authentication middleware. Thanks, vanschelven.
2011-07-03 17:56:25 +00:00
gzip.py
Fixed
#7581
-- Added streaming responses.
2012-10-20 20:05:11 +02:00
http.py
Fixed
#7581
-- Added streaming responses.
2012-10-20 20:05:11 +02: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
…