| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-21 | [1.6.x] Fixed #21133 -- Clarifed documentation about strftime formatting. | Curtis Maloney | |
| Backport of 43a2ec7999 from master | |||
| 2013-08-22 | [1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch(). | Marc Tamlyn | |
| Backport of bac4d03ce6 from master | |||
| 2013-07-25 | [1.6.x] Added versionadded directive missing from b7bd708. | Aymeric Augustin | |
| Backport of 5ed7ec9 from master. | |||
| 2013-07-11 | [1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt | Tim Graham | |
| Thanks ijl20@ for the report. Backport of ecd746191c from master | |||
| 2013-06-25 | Doc cleanup for FormMixin.prefix; refs #18872. | Tim Graham | |
| 2013-06-24 | Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index | Baptiste Mispelon | |
| Thanks to Tim Graham for the report and review. | |||
| 2013-06-22 | Added missing `versionadded` for `FormMixin.prefix`. | Simon Charette | |
| 2013-06-22 | Fixed #18872 -- Added prefix to FormMixin | Gilberto Gonçalves | |
| Thanks @ibustama for the initial patch and dragonsnaker for opening the report. | |||
| 2013-06-14 | Merge pull request #1271 from batisteo/ticket-20565 | Marc Tamlyn | |
| Fixed #20565 -- Added template examples for GCBV. | |||
| 2013-06-14 | Fixed #20565 -- Added template examples for GCBV. | Baptiste Darthenay | |
| Thanks to David Reitter for the report, and to Marc Tamlyn and Baptiste Mispelon for the review. | |||
| 2013-06-14 | Fixed #15273 -- Extend RedirectView to allow reversal by name. | Marc Tamlyn | |
| Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch. | |||
| 2013-06-05 | Proofed the 1.6 release notes | Tim Graham | |
| 2013-06-03 | Fixed #20545 - Made class-based view MRO lists consistent. | Tim Graham | |
| Thanks wim@ for the suggestion. | |||
| 2013-05-22 | Fixed #20478 – Added support for HTTP PATCH method in generic views. | Krzysztof Jurewicz | |
| 2013-05-21 | Fixed #20476 -- Typo. | Aymeric Augustin | |
| 2013-05-20 | Fix typo in redirect view docs | Alasdair Nicol | |
| 2013-05-18 | Fixed #20294 -- Documented context processors in TemplateResponseMixin. | Zbigniew Siciarz | |
| 2013-05-16 | Fixed #20421 - Typo in class-based view docs. | Tim Graham | |
| 2013-05-09 | Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and ↵ | Luke Plant | |
| added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute. | |||
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-15 | 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. | |||
| 2013-03-29 | Improved FormView docs in class-based views index. | Tim Graham | |
| Thanks Stefan Berder. | |||
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-02-23 | Fixed #17094 - Typo in class-based views doc. | Tim Graham | |
| Thanks alej0 for the report. | |||
| 2013-02-11 | Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`. | Simon Charette | |
| Thanks to nxvl and slurms for the initial patch, ptone for the review and timo for the documentation tweaks. | |||
| 2013-02-01 | Documented ArchiveIndexView's date_list context variable. | Aymeric Augustin | |
| Refs #16218. | |||
| 2013-02-01 | Fixed #19714 -- Updated documentation about TemplateView context | Claude Paroz | |
| Thanks Aramgutang for the report. Refs #17228. | |||
| 2013-01-30 | Changed "versionadded" after the decision to backport. | Aymeric Augustin | |
| Refs #19076. | |||
| 2013-01-30 | Fixed #19076 -- Added content_type attribute to TemplateView. | Aymeric Augustin | |
| Thanks Gavin Wahl. | |||
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2013-01-01 | Fixed #19520 - Corrected some misleading docs about template_name_suffix. | Tim Graham | |
| Thanks jnns for the report. | |||
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-11-27 | Fixed #19239 - Added examples for generic date views | Tim Graham | |
| Thank-you Daniel Greenfeld and Scott Nixon. | |||
| 2012-11-22 | Clarified usage of as_view kwargs for setting arguments on class based views | Tim Graham | |
| Thanks Dave McLain for the patch. | |||
| 2012-11-21 | Add orphans support to MultipleObjectMixin | Chris Beaven | |
| Fixes #7005 | |||
| 2012-11-17 | Merge pull request #467 from tomchristie/page-kwarg | Jannis Leidel | |
| Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded "page". | |||
| 2012-11-13 | Fixed #19283 -- Fixed typo in imports in CBV docs. | Aymeric Augustin | |
| 2012-11-09 | Formatting tweaks. | Tom Christie | |
| 2012-11-09 | Include `versionadded 1.5` directive | Tom Christie | |
| 2012-10-25 | Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'. | Tom Christie | |
| 2012-09-22 | Fixed #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-18 | document changes for YearArchiveView. | Collin Anderson | |
| 2012-09-08 | Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch. | Tim Graham | |
| 2012-09-08 | Fixed typo in commit for #15730; thanks Bruno Renié for the catch. | Tim Graham | |
| 2012-09-08 | Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld! | Tim Graham | |
| 2012-09-08 | Fixed #15730 - Documented the as_view() method for CBVs. | Tim Graham | |
| 2012-09-08 | Updated docs for dates generic views. | Aymeric Augustin | |
| Fixes #18245. Refs #3542. | |||
| 2012-09-01 | Fixed #17378 - Added a flattened index for class-based views. | Tim Graham | |
| Thanks Preston Holmes for the patch. | |||
| 2012-08-18 | Fixed #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-18 | Fixed #16744 -- Class based view should have the view object in the context | Marc Tamlyn | |
| Updated the most recent patch from @claudep to apply again and updated the documentation location. | |||
