| Age | Commit message (Expand) | Author |
| 2006-08-18 | Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of... | Adrian Holovaty |
| 2006-08-18 | Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati... | Adrian Holovaty |
| 2006-07-31 | Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr... | Jacob Kaplan-Moss |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand... | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute access ... | Adrian Holovaty |
| 2006-07-20 | Small style fixes to docs from [3395] | Adrian Holovaty |
| 2006-07-20 | Oops, fixed small typo in [3395] | Jacob Kaplan-Moss |
| 2006-07-20 | Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ... | Jacob Kaplan-Moss |
| 2006-06-20 | Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ... | Adrian Holovaty |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-08 | Solved the POST-data-lost-after-redirect problem by raising RuntimeError when... | Adrian Holovaty |
| 2006-05-05 | Fixed #1707 -- LocaleMiddleware now sets Content-Language header. Thanks, ube... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-09 | Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac | Adrian Holovaty |
| 2006-02-10 | Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, N... | Adrian Holovaty |
| 2006-01-15 | Fixed #1048 -- Fixed AttributeError in sessions framework when SESSION_SAVE_E... | Adrian Holovaty |
| 2006-01-03 | Fixed #1117 -- Added HttpResponsePermanentRedirect | Adrian Holovaty |
| 2005-12-29 | Fixed #1137 -- Added a _contains_() method to SessionWrapper. Thanks, Brant | Adrian Holovaty |
| 2005-12-05 | Changed CommonMiddleware so it doesn't assume HTTP_HOST is set. | Adrian Holovaty |
| 2005-11-27 | Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U... | Adrian Holovaty |
| 2005-11-20 | Added SESSION_SAVE_EVERY_REQUEST setting. | Adrian Holovaty |
| 2005-11-11 | BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ... | Adrian Holovaty |
| 2005-11-06 | Tiny docstring cleanup in middleware/common.py | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-11-01 | Fixed #508 -- Added support for 'expires' in cookies and changed session midd... | Adrian Holovaty |
| 2005-10-19 | Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in ca... | Adrian Holovaty |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |
| 2005-10-10 | Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo | Adrian Holovaty |
| 2005-10-09 | Fixed #580 -- Added mega support for generating Vary headers, including some ... | Adrian Holovaty |
| 2005-10-06 | Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T... | Adrian Holovaty |
| 2005-10-05 | Added USE_FLAT_PAGES setting, which defaults to True. | Adrian Holovaty |
| 2005-09-23 | Added request.session.delete_test_cookie() | Adrian Holovaty |
| 2005-09-23 | Removed a legacy 'TODO' from django.middleware.sessions | Adrian Holovaty |
| 2005-09-02 | Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-... | Adrian Holovaty |
| 2005-08-31 | Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than... | Adrian Holovaty |
| 2005-08-22 | Changed SessionMiddleware to use process_request instead of process_view -- t... | Adrian Holovaty |
| 2005-08-18 | Improved session code to force creation of a new session key if the given ses... | Adrian Holovaty |
| 2005-08-17 | Fixed #335 -- Admin login form now checks that cookies are enabled. | Adrian Holovaty |
| 2005-08-16 | Fixed #1 -- Added anonymous session support via middleware and request.sessio... | Adrian Holovaty |
| 2005-08-16 | Removed special-case test for '_files' URL in common middleware -- thanks, Je... | Adrian Holovaty |
| 2005-07-26 | Fixed #159 -- Admin users no longer have to log in to go to the 'log out' pag... | Adrian Holovaty |
| 2005-07-20 | Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh... | Adrian Holovaty |
| 2005-07-18 | Added django.middleware.cache, which lets you cache an entire Django-powered ... | Adrian Holovaty |
| 2005-07-15 | Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod... | Adrian Holovaty |
| 2005-07-13 | Imported Django from private SVN repository (created from r. 8825) | Adrian Holovaty |