This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
37a8f5aeed
django1
/
django
/
middleware
History
Mark Lavin
79956d0694
Fixed
#22440
-- Updated ConditionalGetMiddleware to comply with RFC 2616.
2014-06-13 20:01:35 -04:00
..
__init__.py
…
cache.py
Prevented leaking the CSRF token through caching.
2014-04-21 18:11:26 -04:00
clickjacking.py
…
common.py
Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.
2014-03-21 07:15:58 -04:00
csrf.py
Fixed
#22185
-- Added settings.CSRF_COOKIE_AGE
2014-03-06 08:28:43 -05:00
gzip.py
Fixed
#17552
-- Removed a hack for IE6 and earlier.
2014-06-10 08:42:31 +02:00
http.py
Fixed
#22440
-- Updated ConditionalGetMiddleware to comply with RFC 2616.
2014-06-13 20:01:35 -04:00
locale.py
…