summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views.txt
AgeCommit message (Expand)Author
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-02-18Fixed #17685 - Typo in BaseDateListView.get_dated_items(); thanks ejb.Timo Graham
2011-11-04docs: Added missing 'form' argument to class-based-views.txt. Thanks, gabriel...Adrian Holovaty
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-22Typo fix in class-based view documentation.Malcolm Tredinnick
2011-07-29Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...Jannis Leidel
2011-07-29Fixed #16394 -- Corrected documentation of the allow_empty option of the Base...Jannis Leidel
2011-07-29Fixed #16464 -- Fixed the reference docs of the DateDetailView view. Thanks, ...Jannis Leidel
2011-06-12Fixed #15764 - Corrected mixin docs for DeleteView?; thanks linovia for the r...Timo Graham
2011-05-31Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.Timo Graham
2011-05-22Fixed #16021 - Minor documentation fixes for Generic Class Views; thanks Brad...Timo Graham
2011-04-17Fixed #15800 -- Fixed error in class-based-views docs. Thanks, NatimAdrian Holovaty
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