summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
2012-05-17Fixed #17535 -- Optimized list generic views.Aymeric Augustin
2012-05-14Fixed #10890: added prev/next_week in the contextAymeric Augustin
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Fixed #18217 -- Time zone support in generic viewsAymeric Augustin
2012-04-30Simplified date-based generic views.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-28Correct reference error (undefined variable)Matthew Tretter
2012-04-28fix typo: instanciating -> instantiatingTom Terrace
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-10Fixed #18087 -- Prevented date-based generic views from loading entire tables...Aymeric Augustin
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
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