| Age | Commit message (Expand) | Author |
| 2007-11-28 | queryset-refactor: Merged from trunk up to [6724]. | Malcolm Tredinnick |
| 2007-11-18 | queryset-refactor: Merged from trunk up to [6689]. | Malcolm Tredinnick |
| 2007-11-03 | queryset-refactor: Merged from trunk up to [6635]. | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Merged from trunk up to [6595]. | Malcolm Tredinnick |
| 2007-10-08 | queryset-refactor: Merged changed from trunk up to [6463]. | Malcolm Tredinnick |
| 2007-09-20 | queryset-refactor: Merged to [6381] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6300] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6250] | Adrian Holovaty |
| 2007-08-12 | Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli... | Malcolm Tredinnick |
| 2007-07-16 | Fixed #4199 -- Changed date formatting in HTTP expires header to be spec | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path value. | Malcolm Tredinnick |
| 2007-06-17 | Changed ETag computation to first check if an ETag header already exists in the | Malcolm Tredinnick |
| 2007-06-02 | Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. Thanks, | Malcolm Tredinnick |
| 2007-06-01 | Fixed #3206 -- Changed ETag comparison to only return 304 when the normal | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-20 | Added client IP address to the e-mail that is sent when an internal | Luke Plant |
| 2007-03-25 | Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady | Adrian Holovaty |
| 2006-11-22 | Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s... | Jacob Kaplan-Moss |
| 2006-09-26 | Improved detection of whether a URL is internal or not for the purpose | Luke Plant |
| 2006-09-25 | Altered [3778] change to match our coding/text style (django.middleware.common) | Adrian Holovaty |
| 2006-09-22 | Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian Holsman. | Malcolm Tredinnick |
| 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 |