summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-05Updated core base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-02Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...Jannis Leidel
2012-02-21Improved CSRF error message.Paul McMillan
2012-02-18Prevented the generic views from automatically creating a HEAD method when th...Aymeric Augustin
2012-02-09Fixed #17643 -- Set a better stack level for the cache_page decorator depreca...Jannis Leidel
2012-02-09Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...Jannis Leidel
2012-02-09Fixed #17358 -- Updated logging calls to use official syntax for arguments in...Jannis Leidel
2012-02-09Fixed #15840 -- Wrapped inner function of the condition decorator with functo...Jannis Leidel
2012-02-04Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...Jannis Leidel
2012-01-01Fixed #17486 -- Updated the welcome page of new projects to reflect the new s...Aymeric Augustin
2011-12-22Fixed super-edge-case bug in debug view where exc_value.args was empty. I man...Adrian Holovaty
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-17Converted some of the built-in views to use content_type instead of mimetype ...Adrian Holovaty
2011-12-17Fixed #17422 -- Changed BaseDetailView to use *args, to be consistent with ot...Adrian Holovaty
2011-11-20Upgraded the date based generic views to avoid warnings when time zone suppor...Aymeric Augustin
2011-10-26Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...Julien Phalip
2011-10-13Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...Julien Phalip
2011-10-06Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...Aymeric Augustin
2011-10-02Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...Ramiro Morales
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-09-09Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...Jannis Leidel
2011-08-22Pre-formatted text wrapping change in technical debug page.Malcolm Tredinnick
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-07-29Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...Jannis Leidel
2011-07-29Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-10More removal of poorly legible constructs to workaround Python 2.4 shortcomings.Ramiro Morales
2011-06-09Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant
2011-06-09Fixed #11834 -- Improved technical 500 stacktrace display.Idan Gazit
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-05-27Explicitly close a file in the static serve view. Thanks to Benjamin Peterso...Alex Gaynor
2011-05-12Fixed #16009 - typo in CSRF_FAILRE_TEMPLATE.Luke Plant
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-04-28Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...Jannis Leidel
2011-04-26Fixed a failing test in special_headers, and performed a bit of cleanup.Alex Gaynor
2011-04-23Fixed #15688 - Generic views should provide a HEAD implementationLuke Plant
2011-04-22Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginat...Jannis Leidel
2011-04-20Fixed case of DOCTYPE in 500 template, for the sake of consistency.Luke Plant
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-04Fixed #15613: Don't send content-length headers for non-regular files. Thanks...Andrew Godwin
2011-04-02Removed support code for deprecated module-based template loaders from debug ...Ramiro Morales
2011-04-02Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT an...Russell Keith-Magee
2011-04-02Advanced deprecations for function-based generic viewsRussell Keith-Magee
2011-03-30Deprecated csrf_response_exempt and csrf_view_exempt decoratorsLuke Plant
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-15Fixed #15575 -- Corrected handling of pagination in generic views to match do...Russell Keith-Magee