Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/class-based-views
Commit message (Collapse)AuthorAgeFilesLines
...
* Added versionadded directive missing from b7bd708.Aymeric Augustin2013-07-251-0/+2
|
* Fixed #20733 -- Typo in ↵Tim Graham2013-07-111-1/+1
| | | | | | docs/ref/class-based-views/generic-display.txt Thanks ijl20@ for the report.
* Doc cleanup for FormMixin.prefix; refs #18872.Tim Graham2013-06-252-1/+11
|
* Fixed #20644 -- Add ModelFormMixin.fields to the CBV ↵Baptiste Mispelon2013-06-241-0/+2
| | | | | | flattened index Thanks to Tim Graham for the report and review.
* Added missing `versionadded` for `FormMixin.prefix`.Simon Charette2013-06-221-0/+2
|
* Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves2013-06-221-0/+4
| | | | | Thanks @ibustama for the initial patch and dragonsnaker for opening the report.
* Merge pull request #1271 from batisteo/ticket-20565Marc Tamlyn2013-06-143-21/+81
|\ | | | | Fixed #20565 -- Added template examples for GCBV.
| * Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay2013-06-143-21/+81
| | | | | | | | | | Thanks to David Reitter for the report, and to Marc Tamlyn and Baptiste Mispelon for the review.
* | Fixed #15273 -- Extend RedirectView to allow reversal by ↵Marc Tamlyn2013-06-141-4/+11
|/ | | | | | name. Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch.
* Proofed the 1.6 release notesTim Graham2013-06-051-1/+1
|
* Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham2013-06-034-13/+0
| | | | Thanks wim@ for the suggestion.
* Fixed #20478 – Added support for HTTP PATCH method in ↵Krzysztof Jurewicz2013-05-221-1/+1
| | | | generic views.
* Fixed #20476 -- Typo.Aymeric Augustin2013-05-211-1/+1
|
* Fix typo in redirect view docsAlasdair Nicol2013-05-201-1/+1
|
* Fixed #20294 -- Documented context processors in ↵Zbigniew Siciarz2013-05-181-0/+11
| | | | TemplateResponseMixin.
* Fixed #20421 - Typo in class-based view docs.Tim Graham2013-05-161-1/+1
|
* Fixed #19733 - deprecated ModelForms without 'fields' or ↵Luke Plant2013-05-092-0/+14
| | | | | | | | 'exclude', and 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.
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-205-6/+7
| | | | Refs #20104.
* Fixed #20262 -- Replaced a reference to the wrong model ↵Simon Charette2013-04-151-1/+1
| | | | | | in the CBV doc. Thanks to mossplix for the review and bmispelon for the review.
* Improved FormView docs in class-based views index.Tim Graham2013-03-292-19/+20
| | | | Thanks Stefan Berder.
* Added missing markup to docs.Tim Graham2013-03-222-9/+9
|
* Fixed #17094 - Typo in class-based views doc.Tim Graham2013-02-231-1/+1
| | | | Thanks alej0 for the report.
* Fixed #19044 -- Made `DeletionMixin` interpolate its ↵Simon Charette2013-02-111-0/+7
| | | | | | | `success_url`. Thanks to nxvl and slurms for the initial patch, ptone for the review and timo for the documentation tweaks.
* Documented ArchiveIndexView's date_list context variable.Aymeric Augustin2013-02-011-2/+15
| | | | Refs #16218.
* Fixed #19714 -- Updated documentation about TemplateView ↵Claude Paroz2013-02-011-2/+7
| | | | | | context Thanks Aramgutang for the report. Refs #17228.
* Changed "versionadded" after the decision to backport.Aymeric Augustin2013-01-301-1/+1
| | | | Refs #19076.
* Fixed #19076 -- Added content_type attribute to ↵Aymeric Augustin2013-01-302-0/+23
| | | | | | TemplateView. Thanks Gavin Wahl.
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-0310-142/+149
| | | | Added -n to sphinx builds to catch issues going forward.
* Fixed #19520 - Corrected some misleading docs about ↵Tim Graham2013-01-021-15/+15
| | | | | | template_name_suffix. Thanks jnns for the report.
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-292-9/+0
|
* Fixed #19239 - Added examples for generic date viewsTim Graham2012-11-282-5/+299
| | | | Thank-you Daniel Greenfeld and Scott Nixon.
* Clarified usage of as_view kwargs for setting arguments ↵Tim Graham2012-11-221-2/+3
| | | | | | on class based views Thanks Dave McLain for the patch.
* Add orphans support to MultipleObjectMixinChris Beaven2012-11-212-0/+25
| | | | Fixes #7005
* Merge pull request #467 from tomchristie/page-kwargJannis Leidel2012-11-171-2/+11
|\ | | | | Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded "page".
| * Formatting tweaks.Tom Christie2012-11-091-1/+1
| |
| * Include `versionadded 1.5` directiveTom Christie2012-11-091-0/+2
| |
| * Add 'page_kwarg' attribute to `MultipleObjectMixin`, ↵Tom Christie2012-10-251-2/+9
| | | | | | | | removing hardcoded 'page'.
* | Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin2012-11-131-1/+1
|/
* Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin2012-09-221-4/+8
| | | | | Thanks nnrcschmdt for the report and bpeschier for the initial version of the patch.
* document changes for YearArchiveView.Collin Anderson2012-09-181-0/+8
|
* Fixed #15906 - Documented HEAD method in CBVs; thanks ↵Tim Graham2012-09-091-0/+5
| | | | zsiciarz for the patch.
* Fixed typo in commit for #15730; thanks Bruno Renié for ↵Tim Graham2012-09-081-1/+1
| | | | the catch.
* Fixed #18628 - Added methods/attributes to CBV docs. ↵Tim Graham2012-09-084-40/+99
| | | | Thanks Daniel Greenfeld!
* Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham2012-09-082-4/+11
|
* Updated docs for dates generic views.Aymeric Augustin2012-09-082-108/+193
| | | | Fixes #18245. Refs #3542.
* Fixed #17378 - Added a flattened index for class-based ↵Tim Graham2012-09-012-0/+557
| | | | | | views. Thanks Preston Holmes for the patch.
* Fixed #3542 -- Add support for changing granularity on ↵Marc Tamlyn2012-08-181-0/+3
| | | | | | | ArchiveView. Resolving the concept from a very old ticket in a more class-based-view manner.
* Fixed #16744 -- Class based view should have the view ↵Marc Tamlyn2012-08-181-2/+14
| | | | | | | object in the context Updated the most recent patch from @claudep to apply again and updated the documentation location.
* Create headings and expand CBV docs so that the ↵Issac Kelly2012-08-1110-27/+121
| | | | "Built-In CBV" docs include a complete list.
* Clarified thread safety note in class based views; ↵Tim Graham2012-08-101-3/+3
| | | | thanks rafadura for the patch.