summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views
AgeCommit message (Expand)Author
2013-07-25[1.6.x] Added versionadded directive missing from b7bd708.Aymeric Augustin
2013-07-11[1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham
2013-06-25Doc cleanup for FormMixin.prefix; refs #18872.Tim Graham
2013-06-24Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened indexBaptiste Mispelon
2013-06-22Added missing `versionadded` for `FormMixin.prefix`.Simon Charette
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-14Merge pull request #1271 from batisteo/ticket-20565Marc Tamlyn
2013-06-14Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-06-05Proofed the 1.6 release notesTim Graham
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-21Fixed #20476 -- Typo.Aymeric Augustin
2013-05-20Fix typo in redirect view docsAlasdair Nicol
2013-05-18Fixed #20294 -- Documented context processors in TemplateResponseMixin.Zbigniew Siciarz
2013-05-16Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-15Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-03-29Improved FormView docs in class-based views index.Tim Graham
2013-03-22Added missing markup to docs.Tim Graham
2013-02-23Fixed #17094 - Typo in class-based views doc.Tim Graham
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-02-01Documented ArchiveIndexView's date_list context variable.Aymeric Augustin
2013-02-01Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
2013-01-30Changed "versionadded" after the decision to backport.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-01Fixed #19520 - Corrected some misleading docs about template_name_suffix.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-11-27Fixed #19239 - Added examples for generic date viewsTim Graham
2012-11-22Clarified usage of as_view kwargs for setting arguments on class based viewsTim Graham
2012-11-21Add orphans support to MultipleObjectMixinChris Beaven
2012-11-17Merge pull request #467 from tomchristie/page-kwargJannis Leidel
2012-11-13Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-11-09Formatting tweaks.Tom Christie
2012-11-09Include `versionadded 1.5` directiveTom Christie
2012-10-25Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'.Tom Christie
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