| Age | Commit message (Expand) | Author |
| 2011-11-20 | Upgraded the date based generic views to avoid warnings when time zone suppor... | Aymeric Augustin |
| 2011-10-26 | Fixed #17111 -- Made the `redirect_to` generic view properly handle query str... | Julien Phalip |
| 2011-10-13 | Fixed #16918 -- Ensured that custom querysets are used when provided to `Base... | Julien Phalip |
| 2011-10-06 | Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,... | Aymeric Augustin |
| 2011-10-02 | Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(... | Ramiro Morales |
| 2011-09-16 | Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks... | Carl Meyer |
| 2011-09-09 | Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo... | Jannis Leidel |
| 2011-08-22 | Pre-formatted text wrapping change in technical debug page. | Malcolm Tredinnick |
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso... | Jannis Leidel |
| 2011-07-29 | Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of... | Jannis Leidel |
| 2011-07-29 | Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-10 | More removal of poorly legible constructs to workaround Python 2.4 shortcomings. | Ramiro Morales |
| 2011-06-09 | Fixed #16178 - Cleanup request classes' `__repr__()` | Luke Plant |
| 2011-06-09 | Fixed #11834 -- Improved technical 500 stacktrace display. | Idan Gazit |
| 2011-06-08 | Fixed #14614 - filtering of sensitive information in 500 error reports. | Luke Plant |
| 2011-06-08 | Deprecated legacy ways of calling cache_page | Luke Plant |
| 2011-05-30 | Fixed #14261 - Added clickjacking protection (X-Frame-Options header) | Luke Plant |
| 2011-05-27 | Explicitly close a file in the static serve view. Thanks to Benjamin Peterso... | Alex Gaynor |
| 2011-05-12 | Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE. | Luke Plant |
| 2011-05-09 | Fixed #15354 - provide method to ensure CSRF token is always available for AJ... | Luke Plant |
| 2011-05-01 | Replaced old-style with new-style decorator syntax. | Jannis Leidel |
| 2011-04-28 | Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA... | Jannis Leidel |
| 2011-04-26 | Fixed a failing test in special_headers, and performed a bit of cleanup. | Alex Gaynor |
| 2011-04-23 | Fixed #15688 - Generic views should provide a HEAD implementation | Luke Plant |
| 2011-04-22 | Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginat... | Jannis Leidel |
| 2011-04-20 | Fixed case of DOCTYPE in 500 template, for the sake of consistency. | Luke Plant |
| 2011-04-20 | Switched to HTML5 doctype in all Django supplied templates. | Luke Plant |
| 2011-04-04 | Fixed #15613: Don't send content-length headers for non-regular files. Thanks... | Andrew Godwin |
| 2011-04-02 | Removed support code for deprecated module-based template loaders from debug ... | Ramiro Morales |
| 2011-04-02 | Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT an... | Russell Keith-Magee |
| 2011-04-02 | Advanced deprecations for function-based generic views | Russell Keith-Magee |
| 2011-03-30 | Deprecated csrf_response_exempt and csrf_view_exempt decorators | Luke Plant |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |
| 2011-03-15 | Fixed #15575 -- Corrected handling of pagination in generic views to match do... | Russell Keith-Magee |
| 2011-03-14 | Fixed #15597: When formatting the debug page for inclusion in an e-mail, supp... | Karen Tracey |
| 2011-03-06 | Fixed #15560 -- Cleaned up some redundant post->put redirections in the class... | Russell Keith-Magee |
| 2011-03-02 | Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m... | Jannis Leidel |
| 2011-03-01 | Fixed #15281 -- Made the static view use an iterator when serving a file, eff... | Jannis Leidel |
| 2011-03-01 | Fixed #717 - If-Modified-Since handling should compare dates according to RFC... | Luke Plant |
| 2011-02-26 | Fixed #15508 -- Corrected a misleading error message in the DetailView generi... | Russell Keith-Magee |
| 2011-02-15 | Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no... | Russell Keith-Magee |
| 2011-02-14 | Fixed #15287 -- Added translation markers to user-facing error messages in cl... | Russell Keith-Magee |
| 2011-02-14 | Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav... | Russell Keith-Magee |
| 2011-02-14 | Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje... | Russell Keith-Magee |
| 2011-02-14 | Fixes #15270 -- Moved back the serve view to django.views.static due to depen... | Jannis Leidel |
| 2011-02-07 | Fixed #5494, #10765, #14924 -- Modified the order in which translations are r... | Ramiro Morales |
| 2011-02-06 | Fixed #14711 -- Corrected the calculation for the previous month in generic d... | Russell Keith-Magee |
| 2011-02-04 | Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ... | Russell Keith-Magee |
| 2011-02-01 | Fixed #14972 -- Ensure that the HTML email logger always produces useful outp... | Russell Keith-Magee |