This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
middleware
History
Adrian Holovaty
7e28ba0b4c
Tiny docstring cleanup in middleware/common.py
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@1096
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-06 21:55:57 +00:00
..
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
cache.py
Fixed
#647
-- Fixed cache middleware not to expect _cache_update_cache, in case of 404s and 500s. Thanks, Eugene
2005-10-19 13:44:55 +00:00
common.py
Tiny docstring cleanup in middleware/common.py
2005-11-06 21:55:57 +00:00
doc.py
Fixed
#407
-- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com
2005-08-31 16:27:59 +00:00
gzip.py
Fixed
#580
-- Added mega support for generating Vary headers, including some view decorators, and changed the CacheMiddleware to account for the Vary header. Also added GZipMiddleware and ConditionalGetMiddleware, which are no longer handled by CacheMiddleware itself. Also updated the cache.txt and middleware.txt docs. Thanks to Hugo and Sune for the excellent patches
2005-10-09 00:55:08 +00:00
http.py
Fixed
#580
-- Added mega support for generating Vary headers, including some view decorators, and changed the CacheMiddleware to account for the Vary header. Also added GZipMiddleware and ConditionalGetMiddleware, which are no longer handled by CacheMiddleware itself. Also updated the cache.txt and middleware.txt docs. Thanks to Hugo and Sune for the excellent patches
2005-10-09 00:55:08 +00:00
locale.py
Merged i18n branch into the trunk!
Fixes
#65
, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only.
2005-11-04 04:59:46 +00:00
sessions.py
Fixed
#508
-- Added support for 'expires' in cookies and changed session middleware to set 'expires' in addition to 'max_age'. Thanks, mark@junklight.com
2005-11-01 01:02:07 +00:00