Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/class-based-views
Commit message (Expand)AuthorAgeFilesLines
...
* Added versionadded directive missing from b7bd708.Aymeric Augustin2013-07-251-0/+2
* Fixed #20733 -- Typo in docs/ref/class-based-views/generi...Tim Graham2013-07-111-1/+1
* Doc cleanup for FormMixin.prefix; refs #18872.Tim Graham2013-06-252-1/+11
* Fixed #20644 -- Add ModelFormMixin.fields to the CBV flat...Baptiste Mispelon2013-06-241-0/+2
* Added missing `versionadded` for `FormMixin.prefix`.Simon Charette2013-06-221-0/+2
* Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves2013-06-221-0/+4
* Merge pull request #1271 from batisteo/ticket-20565Marc Tamlyn2013-06-143-21/+81
|\
| * Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay2013-06-143-21/+81
* | Fixed #15273 -- Extend RedirectView to allow reversal by ...Marc Tamlyn2013-06-141-4/+11
|/
* 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
* Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-1/+1
* 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 Template...Zbigniew Siciarz2013-05-181-0/+11
* 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
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-205-6/+7
* Fixed #20262 -- Replaced a reference to the wrong model i...Simon Charette2013-04-151-1/+1
* Improved FormView docs in class-based views index.Tim Graham2013-03-292-19/+20
* 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
* Fixed #19044 -- Made `DeletionMixin` interpolate its `suc...Simon Charette2013-02-111-0/+7
* Documented ArchiveIndexView's date_list context variable.Aymeric Augustin2013-02-011-2/+15
* Fixed #19714 -- Updated documentation about TemplateView ...Claude Paroz2013-02-011-2/+7
* Changed "versionadded" after the decision to backport.Aymeric Augustin2013-01-301-1/+1
* Fixed #19076 -- Added content_type attribute to TemplateV...Aymeric Augustin2013-01-302-0/+23
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-0310-142/+149
* Fixed #19520 - Corrected some misleading docs about templ...Tim Graham2013-01-021-15/+15
* 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
* Clarified usage of as_view kwargs for setting arguments o...Tim Graham2012-11-221-2/+3
* Add orphans support to MultipleObjectMixinChris Beaven2012-11-212-0/+25
* Merge pull request #467 from tomchristie/page-kwargJannis Leidel2012-11-171-2/+11
|\
| * Formatting tweaks.Tom Christie2012-11-091-1/+1
| * Include `versionadded 1.5` directiveTom Christie2012-11-091-0/+2
| * Add 'page_kwarg' attribute to `MultipleObjectMixin`, remo...Tom Christie2012-10-251-2/+9
* | 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
* document changes for YearArchiveView.Collin Anderson2012-09-181-0/+8
* Fixed #15906 - Documented HEAD method in CBVs; thanks zsi...Tim Graham2012-09-091-0/+5
* Fixed typo in commit for #15730; thanks Bruno Renié for ...Tim Graham2012-09-081-1/+1
* Fixed #18628 - Added methods/attributes to CBV docs. Tha...Tim Graham2012-09-084-40/+99
* 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
* Fixed #17378 - Added a flattened index for class-based vi...Tim Graham2012-09-012-0/+557
* Fixed #3542 -- Add support for changing granularity on Ar...Marc Tamlyn2012-08-181-0/+3
* Fixed #16744 -- Class based view should have the view obj...Marc Tamlyn2012-08-181-2/+14
* Create headings and expand CBV docs so that the "Built-In...Issac Kelly2012-08-1110-27/+121
* Clarified thread safety note in class based views; thanks...Tim Graham2012-08-101-3/+3