| Age | Commit message (Expand) | Author |
| 2013-04-01 | [1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is correctly bas... | Julien Phalip |
| 2012-12-31 | [1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close(). | Aymeric Augustin |
| 2012-12-22 | [1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3. | Aymeric Augustin |
| 2012-10-30 | [1.5.x] Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding | Claude Paroz |
| 2012-10-24 | Removed a function that is already fully implemented by a base class. | Alex Gaynor |
| 2012-09-29 | Merge branch 'ticket15695' | Florian Apolloner |
| 2012-09-27 | Fixed #15695 -- Added `ResolverMatch` to the request object. | Florian Apolloner |
| 2012-09-20 | Imported getLogger directly from logging module | Claude Paroz |
| 2012-09-09 | Replace nested try/finally try/except with try/except/finally. | Florian Apolloner |
| 2012-08-30 | Replaced some smart_xxx by force_xxx equivalent | Claude Paroz |
| 2012-08-15 | [py3] Fixed middleware_exceptions tests. | Aymeric Augustin |
| 2012-08-15 | [py3] Removed excessive usage of smart_bytes | Claude Paroz |
| 2012-08-15 | Sent got_request_exception signal before handle_uncaught_exception | Claude Paroz |
| 2012-08-11 | [py3] Fixed reraising of exceptions | Claude Paroz |
| 2012-08-07 | [py3] Ported django.utils.encoding. | Aymeric Augustin |
| 2012-08-03 | Replaced some byte strings by str() calls | Claude Paroz |
| 2012-07-22 | [py3] Used six.reraise wherever necessary. | Aymeric Augustin |
| 2012-06-23 | Switch to using context managers for acquiring and releasing locks. | Alex Gaynor |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-05-19 | Marked bytestrings with b prefix. Refs #18269 | Claude Paroz |
| 2012-05-05 | Replaced cStringIO.StringIO by io.BytesIO. | Claude Paroz |
| 2012-04-29 | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz |
| 2012-03-31 | Fixed #18029 -- Removed leftover mod_python files forgotten in r17835. | Claude Paroz |
| 2012-02-09 | Fixed #17358 -- Updated logging calls to use official syntax for arguments in... | Jannis Leidel |
| 2011-12-16 | Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're... | Adrian Holovaty |
| 2011-12-16 | Removed incorrect comment in core/handlers/modpython.py. If it were true, the... | Adrian Holovaty |
| 2011-12-16 | Negligible typo fix in a comment in handlers/wsgi.py | Adrian Holovaty |
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int... | Carl Meyer |
| 2011-09-10 | Kill some more dead code. | Alex Gaynor |
| 2011-09-10 | Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch. | Alex Gaynor |
| 2011-09-09 | Fixed #16746 - added more HTTP code/string mappings. | Jacob Kaplan-Moss |
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-04 | Fixed #16399 -- Minor cleanup in core handler. Thanks, aaugustin. | Jannis Leidel |
| 2011-06-28 | Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w... | Jannis Leidel |
| 2011-06-22 | Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s... | Carl Meyer |
| 2011-06-09 | Fixed #16178 - Cleanup request classes' `__repr__()` | Luke Plant |
| 2011-06-08 | Fixed #14614 - filtering of sensitive information in 500 error reports. | Luke Plant |
| 2011-05-24 | Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp... | Luke Plant |
| 2011-04-22 | Fixed #15672 -- Refined changes made in r15918. Thanks, vung. | Jannis Leidel |
| 2011-04-02 | Advanced deprecations in core.mail, core.commands, core.context_processors an... | Russell Keith-Magee |
| 2011-03-26 | Fixed #15672 -- Fixed bug in core/handlers/wsgi.py where we were referring to... | Adrian Holovaty |
| 2011-01-16 | Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ... | Russell Keith-Magee |
| 2011-01-16 | Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i... | Russell Keith-Magee |
| 2011-01-15 | Corrected r15205 syntax to be Python2.4 compatible. | Russell Keith-Magee |
| 2011-01-14 | Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd... | Andrew Godwin |
| 2010-12-07 | Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than... | Russell Keith-Magee |
| 2010-11-07 | Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ... | Alex Gaynor |
| 2010-11-04 | Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng... | Russell Keith-Magee |
| 2010-10-30 | Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ... | Russell Keith-Magee |