summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views
AgeCommit message (Collapse)Author
2013-06-03[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
Thanks wim@ for the suggestion. Backport of c36b75c814 from master
2013-05-21[1.5.x] Fixed #20476 -- Typo.Aymeric Augustin
Backport of 5d16456.
2013-05-20[1.5.x] Fixed typo in redirect view docsAlasdair Nicol
Backport of 428875775c from master
2013-05-16[1.5.x] Fixed #20421 - Typo in class-based view docs.Tim Graham
Backport of 289afc3156 from master
2013-04-15[1.5.x] Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
Thanks to mossplix for the review and bmispelon for the review. Backport of b0bbccf from master.
2013-03-29[1.5.x] Improved FormView docs in class-based views index.Tim Graham
Thanks Stefan Berder. Backport of 738eef0f8b from master
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
Backport of 93cffc3b37 from master.
2013-02-23[1.5.x] Fixed #17094 - Typo in class-based views doc.Tim Graham
Thanks alej0 for the report. Backport of c89717fabe from master.
2013-02-01[1.5.x] Documented ArchiveIndexView's date_list context variable.Aymeric Augustin
Refs #16218. Backport of a0c67c6.
2013-02-01[1.5.x] Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
Thanks Aramgutang for the report. Refs #17228. Backport of 56e553129 from master.
2013-01-30[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
Thanks Gavin Wahl. Backport of 23e319d.
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about ↵Tim Graham
template_name_suffix. Thanks jnns for the report. Backport of 0d3f16b12e from master
2012-11-27[1.5.X] Fixed #19239 - Added examples for generic date viewsTim Graham
Thank-you Daniel Greenfeld and Scott Nixon. Backport of 38055222bd from master
2012-11-22[1.5.X] Clarified usage of as_view kwargs for setting arguments on class ↵Tim Graham
based views Thanks Dave McLain for the patch. Backport of 7b2d95eb30 from master
2012-11-17[1.5.x] Formatting tweaks.Tom Christie
(cherry picked from commit 3f2fc2f41abf226913517eb1e655f823f2c5e53a)
2012-11-17[1.5.x] Include `versionadded 1.5` directiveTom Christie
(cherry picked from commit 5bc6929f9af4d71065bce42578e49354096a7bf4)
2012-11-17[1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing ↵Tom Christie
hardcoded 'page'. (cherry picked from commit 502be865c68635d5c31fa3fa58162b48412153ad)
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
Backport of 00ff69a from master.
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
Thanks nnrcschmdt for the report and bpeschier for the initial version of the patch.
2012-09-18document changes for YearArchiveView.Collin Anderson
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-09-08Fixed typo in commit for #15730; thanks Bruno Renié for the catch.Tim Graham
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham
2012-09-08Updated docs for dates generic views.Aymeric Augustin
Fixes #18245. Refs #3542.
2012-09-01Fixed #17378 - Added a flattened index for class-based views.Tim Graham
Thanks Preston Holmes for the patch.
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
Resolving the concept from a very old ticket in a more class-based-view manner.
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
Updated the most recent patch from @claudep to apply again and updated the documentation location.
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include ↵Issac Kelly
a complete list.
2012-08-09Clarified thread safety note in class based views; thanks rafadura for the ↵Tim Graham
patch.
2012-08-04Merge pull request #210 from pydanny/ticket_18632Alex Gaynor
Ticket 18632 Cleanup of CBV edit/edit mixin documentation.
2012-08-04For #210, cleaned up text and formatting.Daniel Greenfeld
2012-07-25Ticket 18667: fix typo in CBV docYohan Boniface
2012-07-15Changed myapps.models.py to myapps/models.pyDaniel Greenfeld
2012-07-15Added mention in MRO section about method/attribute inheritence. Added ↵Daniel Greenfeld
simple examples to Generic editing views, added index to Generic editing views and Editing mixins, added missing template_name_suffix attribute to Generic editing views.
2012-06-28Fixed a formatting issue in the CBV docs.Aymeric Augustin
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.