summaryrefslogtreecommitdiff
path: root/django/views
AgeCommit message (Expand)Author
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
2010-11-23Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...Russell Keith-Magee
2010-11-20Documented migration path for change object_list -> ListView regarding differ...Luke Plant
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-28Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-10-28Reverted changeset [14356]Luke Plant
2010-10-28Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so t...Russell Keith-Magee
2010-10-28Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotIm...Russell Keith-Magee
2010-10-28Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov...Russell Keith-Magee
2010-10-28Fixed #14568 -- Use keyword rather than positional arguments for form constru...Russell Keith-Magee