index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
class-based-views
/
mixins-editing.txt
Age
Commit message (
Expand
)
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 invo...
Tobias Kunze
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 optio...
Tim Graham
2015-09-23
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
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
2014-11-21
Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...
Berker Peksag
2014-10-30
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
Simon Charette
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 speci...
Tim Graham
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
2013-06-05
Proofed the 1.6 release notes
Tim Graham
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-29
Improved FormView docs in class-based views index.
Tim Graham
2013-02-23
Fixed #17094 - Typo in class-based views doc.
Tim Graham
2013-02-11
Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.
Simon Charette
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
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 a...
Issac Kelly
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 simple...
Daniel Greenfeld
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel