Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/class-based-views/mixins-editing.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-10/+0
|
* Refs #23656 -- Required FormMixin.get_form() form_class ↵Tim Graham2015-09-241-4/+0
| | | | | | parameter to be optional. Per deprecation timeline.
* Refs #24133 -- Removed legacy formatting syntax in ↵Tim Graham2015-09-241-12/+0
| | | | | | success_url placeholders. Per deprecation timeline.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-251-2/+14
|
* Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham2015-02-031-14/+4
|
* Fixed #24133 -- Replaced formatting syntax in ↵Claude Paroz2015-01-121-2/+14
| | | | | | | success_url placeholders Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham for the reviews.
* Fixed #21753 -- Raised exception when both `form_class` ↵Berker Peksag2014-11-211-0/+11
| | | | and `fields` are specified.
* Fixed #23656 -- Made FormMixin.get_form's form_class ↵Simon Charette2014-10-311-1/+6
| | | | | | argument optional. Thanks Tim Graham for the review.
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-10/+4
|
* Made ModelForms raise ImproperlyConfigured if the list ↵Tim Graham2014-03-221-4/+7
| | | | | | | | of fields is not specified. Also applies to modelform(set)_factory and generic model views. refs #19733.
* Fixed inaccuracies in generic mixins documentation.Baptiste Mispelon2014-02-091-4/+6
|
* Doc cleanup for FormMixin.prefix; refs #18872.Tim Graham2013-06-251-1/+8
|
* 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.
* Proofed the 1.6 release notesTim Graham2013-06-051-1/+1
|
* Fixed #19733 - deprecated ModelForms without 'fields' or ↵Luke Plant2013-05-091-0/+12
| | | | | | | | '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-201-4/+4
| | | | Refs #20104.
* Improved FormView docs in class-based views index.Tim Graham2013-03-291-1/+4
| | | | Thanks Stefan Berder.
* 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.
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-17/+26
| | | | Added -n to sphinx builds to catch issues going forward.
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-5/+0
|
* Create headings and expand CBV docs so that the ↵Issac Kelly2012-08-111-2/+12
| | | | "Built-In CBV" docs include a complete list.
* For #210, cleaned up text and formatting.Daniel Greenfeld2012-08-041-1/+3
|
* Added mention in MRO section about method/attribute ↵Daniel Greenfeld2012-07-161-0/+10
| | | | inheritence. Added simple examples to Generic editing views, added index to Generic editing views and Editing mixins, added missing template_name_suffix attribute to Generic editing views.
* Fixed #18451 -- Vastly improved class based view ↵Jannis Leidel2012-06-111-0/+183
documentation. Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.