| Age | Commit message (Expand) | Author |
| 2012-03-17 | Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla... | Claude Paroz |
| 2012-03-05 | Updated core base translation files with new strings. Refs #17822. | Jannis Leidel |
| 2012-03-02 | Fixed #16842 -- Modified the RedirectView to correctly handle query strings w... | Jannis Leidel |
| 2012-02-21 | Improved CSRF error message. | Paul McMillan |
| 2012-02-18 | Prevented the generic views from automatically creating a HEAD method when th... | Aymeric Augustin |
| 2012-02-09 | Fixed #17643 -- Set a better stack level for the cache_page decorator depreca... | Jannis Leidel |
| 2012-02-09 | Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen... | Jannis Leidel |
| 2012-02-09 | Fixed #17358 -- Updated logging calls to use official syntax for arguments in... | Jannis Leidel |
| 2012-02-09 | Fixed #15840 -- Wrapped inner function of the condition decorator with functo... | Jannis Leidel |
| 2012-02-04 | Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude... | Jannis Leidel |
| 2012-01-01 | Fixed #17486 -- Updated the welcome page of new projects to reflect the new s... | Aymeric Augustin |
| 2011-12-22 | Fixed super-edge-case bug in debug view where exc_value.args was empty. I man... | Adrian Holovaty |
| 2011-12-17 | Fixed various dodgy behaviours | Adrian Holovaty |
| 2011-12-17 | Converted some of the built-in views to use content_type instead of mimetype ... | Adrian Holovaty |
| 2011-12-17 | Fixed #17422 -- Changed BaseDetailView to use *args, to be consistent with ot... | Adrian Holovaty |
| 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 |