| Age | Commit message (Expand) | Author |
| 2008-06-30 | newforms-admin: Merged from trunk up to [7808]. Fixed #7519, #7573 | Brian Rosner |
| 2008-06-16 | newforms-admin: Merged from trunk up to [7668]. | Brian Rosner |
| 2008-02-15 | newforms-admin: Merged from trunk up to [7120]. | Joseph Kocherhans |
| 2007-12-03 | newforms-admin: Merged changes from trunk up to [6863]. | Joseph Kocherhans |
| 2007-11-30 | newforms-admin: Merged from trunk up to [6775]. | Joseph Kocherhans |
| 2007-11-30 | newforms-admin: Merged from trunk up to [6670]. This is just before auto-esca... | Joseph Kocherhans |
| 2007-11-06 | newforms-admin: Merged to [6652] | Joseph Kocherhans |
| 2007-10-26 | newforms-admin: Merged to [6612] | Joseph Kocherhans |
| 2007-09-25 | newforms-admin: Merged to [6416] | Joseph Kocherhans |
| 2007-09-17 | newforms-admin: Merged to [6370]. | Joseph Kocherhans |
| 2007-09-15 | newforms-admin: Merged to [6332]. | Joseph Kocherhans |
| 2007-08-17 | newforms-admin: Merged from trunk up to [5916] | Russell Keith-Magee |
| 2007-08-07 | Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-... | Russell Keith-Magee |
| 2007-07-01 | newforms-admin: Merged to [5571] | Adrian Holovaty |
| 2007-06-07 | newforms-admin: Merged to [5439] | Adrian Holovaty |
| 2007-05-12 | newforms-admin: Merged to [5194] | Adrian Holovaty |
| 2007-03-25 | newforms-admin: Merged to [4823] | 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 |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |