summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/mixins-editing.txt
Commit message (Expand)AuthorAgeFilesLines
* Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith2021-10-201-1/+1
* Used .. attribute:: directive in authentication views docs.Mariusz Felisiak2021-02-081-1/+1
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-2/+2
* Corrected ModelFormMixin.form_invalid() signature in docs.Jon Dufresne2018-08-271-1/+1
* Documented DeletionMixin.delete().Claude Paroz2018-05-241-0/+5
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-7/+0
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-8/+8
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-4/+4
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-10/+0
* Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...Tim Graham2015-09-231-4/+0
* Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.Tim Graham2015-09-231-12/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov2015-04-241-2/+14
* Fixed #24250 -- Corrected mistakes in FormMixin docs.Tim Graham2015-02-031-14/+4
* Fixed #24133 -- Replaced formatting syntax in success_url placeholdersClaude Paroz2015-01-121-2/+14
* Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag2014-11-211-0/+11
* Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette2014-10-301-1/+6
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-10/+4
* Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham2014-03-221-4/+7
* 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
* Proofed the 1.6 release notesTim Graham2013-06-051-1/+1
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-0/+12
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-4/+4
* Improved FormView docs in class-based views index.Tim Graham2013-03-291-1/+4
* Fixed #17094 - Typo in class-based views doc.Tim Graham2013-02-231-1/+1
* Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette2013-02-111-0/+7
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-17/+26
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-5/+0
* Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly2012-08-101-2/+12
* For #210, cleaned up text and formatting.Daniel Greenfeld2012-08-041-1/+3
* Added mention in MRO section about method/attribute inheritence. Added simple...Daniel Greenfeld2012-07-151-0/+10
* Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel2012-06-111-0/+183