summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views
AgeCommit message (Expand)Author
2012-11-27[1.5.X] Fixed #19239 - Added examples for generic date viewsTim Graham
2012-11-22[1.5.X] Clarified usage of as_view kwargs for setting arguments on class base...Tim Graham
2012-11-17[1.5.x] Formatting tweaks.Tom Christie
2012-11-17[1.5.x] Include `versionadded 1.5` directiveTom Christie
2012-11-17[1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcod...Tom Christie
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
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
2012-09-01Fixed #17378 - Added a flattened index for class-based views.Tim Graham
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-08-09Clarified thread safety note in class based views; thanks rafadura for the pa...Tim Graham
2012-08-04Merge pull request #210 from pydanny/ticket_18632Alex Gaynor
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 simple...Daniel Greenfeld
2012-06-28Fixed a formatting issue in the CBV docs.Aymeric Augustin
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel