summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views.txt
AgeCommit message (Expand)Author
2011-03-22Fixed #15657 -- added the required `form` parameter to the method signatures ...Gabriel Hurley
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2010-12-14Fixed #14901 - Typo in class-based views paginator doc. thanks adamv.Timo Graham
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-05Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...Russell Keith-Magee
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee
2010-11-26Fixes #14780 -- bad quoting in class based views reference. Thanks for the pa...Chris Beaven
2010-11-20Fixed typo in docs.Luke Plant
2010-11-18Fixed incorrect path to MultipleObjectMixin in docs.Luke Plant
2010-10-20Modified the implementation of get_object() to be consistent with the approac...Russell Keith-Magee
2010-10-18Fixed a mistaken link at the top of both class-based-views docs, and a "conte...Gabriel Hurley
2010-10-18Contains several fixes for docs/ref/class-based-views, as follows:Gabriel Hurley
2010-10-18Remove duplicate titles in the class based views documentation and reflow the...Alex Gaynor
2010-10-18Fixed #14489 -- Corrected code example in class-based views docs. Thanks to c...Russell Keith-Magee
2010-10-18Improvements to examples and markup fixes for class-based view docs.Russell Keith-Magee
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee