| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-13 | Fixed incorrect formatting for inline pluralized code references in docs. | Clifford Gama | |
| 2021-10-20 | Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. | David Smith | |
| 2021-02-08 | Used .. attribute:: directive in authentication views docs. | Mariusz Felisiak | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2018-08-27 | Corrected ModelFormMixin.form_invalid() signature in docs. | Jon Dufresne | |
| 2018-05-24 | Documented DeletionMixin.delete(). | Claude Paroz | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-09-23 | Refs #23656 -- Required FormMixin.get_form() form_class parameter to be ↵ | Tim Graham | |
| optional. Per deprecation timeline. | |||
| 2015-09-23 | Refs #24133 -- Removed legacy formatting syntax in success_url placeholders. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-04-24 | Fixed #24643 -- Added get_context_data() method to FormMixin | Andrei Kulakov | |
| 2015-02-03 | Fixed #24250 -- Corrected mistakes in FormMixin docs. | Tim Graham | |
| 2015-01-12 | Fixed #24133 -- Replaced formatting syntax in success_url placeholders | Claude Paroz | |
| Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham for the reviews. | |||
| 2014-11-21 | Fixed #21753 -- Raised exception when both `form_class` and `fields` are ↵ | Berker Peksag | |
| specified. | |||
| 2014-10-30 | Fixed #23656 -- Made FormMixin.get_form's form_class argument optional. | Simon Charette | |
| Thanks Tim Graham for the review. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-22 | Made ModelForms raise ImproperlyConfigured if the list of fields is not ↵ | Tim Graham | |
| specified. Also applies to modelform(set)_factory and generic model views. refs #19733. | |||
| 2014-02-09 | Fixed inaccuracies in generic mixins documentation. | Baptiste Mispelon | |
| 2013-06-25 | Doc cleanup for FormMixin.prefix; refs #18872. | Tim Graham | |
| 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-05 | Proofed the 1.6 release notes | 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-03-29 | Improved FormView docs in class-based views index. | Tim Graham | |
| Thanks Stefan Berder. | |||
| 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-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-08-10 | Create headings and expand CBV docs so that the "Built-In CBV" docs include ↵ | Issac Kelly | |
| a complete list. | |||
| 2012-08-04 | For #210, cleaned up text and formatting. | Daniel Greenfeld | |
| 2012-07-15 | Added mention in MRO section about method/attribute inheritence. Added ↵ | Daniel Greenfeld | |
| 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. | |||
| 2012-06-11 | Fixed #18451 -- Vastly improved class based view documentation. | Jannis Leidel | |
| Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this. | |||
