summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
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
2011-03-14Fixed #15597: When formatting the debug page for inclusion in an e-mail, supp...Karen Tracey
2011-03-06Fixed #15560 -- Cleaned up some redundant post->put redirections in the class...Russell Keith-Magee
2011-03-02Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...Jannis Leidel
2011-03-01Fixed #15281 -- Made the static view use an iterator when serving a file, eff...Jannis Leidel
2011-03-01Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant
2011-02-26Fixed #15508 -- Corrected a misleading error message in the DetailView generi...Russell Keith-Magee
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-02-14Fixed #15287 -- Added translation markers to user-facing error messages in cl...Russell Keith-Magee
2011-02-14Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...Russell Keith-Magee
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-06Fixed #14711 -- Corrected the calculation for the previous month in generic d...Russell Keith-Magee
2011-02-04Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ...Russell Keith-Magee
2011-02-01Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...Russell Keith-Magee
2011-01-29Fixed #15158 -- Fixed error introduced in r15252 in rendering of the template...Ramiro Morales
2011-01-27Fixed #15061 -- Removed a redundant method implementation in the class-based ...Russell Keith-Magee
2011-01-26Fixed #15052 -- corrected an innacurate docstring in the generic views.Alex Gaynor
2011-01-24Fixed #15021 -- Corrected CSS for the layout of stack traces on the server er...Russell Keith-Magee
2011-01-20Fixed #15122 -- Restored reporting of the template files tried in the texmpla...Ramiro Morales
2011-01-13Fixed #15025 - template debug fails if there's a callable local var that gene...Luke Plant
2011-01-08Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv.Andrew Godwin
2011-01-08Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT.Andrew Godwin
2011-01-08Fixed inconsistency in ListView's pagination (short datasets should also trig...Andrew Godwin
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2010-12-22Fix a small docstring bug in the CSRF decorators.Andrew Godwin
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-13Fixed #13726 -- Further refine changes made in r12384 and r13069 for using no...Jannis Leidel
2010-12-12Fixed #11990 -- Show the correct URLconf in the technical 404 template even i...Jannis Leidel
2010-12-10Add FormMixin.get_form_kwargs method to abstract some common logic in a tidierChris Beaven
2010-12-09Fixes #14873 -- A paginated ListView with a List instead of queryset produces...Chris Beaven
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-12-05Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...Russell Keith-Magee
2010-12-04Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...Russell Keith-Magee
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee
2010-12-04Fixed #14737 -- Moved the docstring comment for the cache_page decorator so i...Russell Keith-Magee