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
/
forms
/
models.txt
Age
Commit message (
Expand
)
Author
2026-01-08
Fixed a typo in docs/ref/forms/models.txt.
Jacob Walls
2025-08-29
Fixed #35831 -- Documented the model form meta API in model form reference docs.
Mustafa Pirbhai
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-01-27
Fixed #26142 -- Allowed model formsets to prevent new object creation.
vgolubev
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2020-08-18
Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_facto...
Mariusz Felisiak
2020-06-24
Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
David Smith
2020-06-05
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...
David Smith
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-02-13
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
Loic Bistuer
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-05-15
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Anders Steinlein
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
2013-07-08
Fixed #12346 -- Added a note on how to validate InlineFormSets.
Tim Graham
2013-06-13
Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...
Loic Bistuer
2013-06-05
Proofed the 1.6 release notes
Tim Graham
2013-05-18
Fixed #13546 -- Easier handling of localize field options in ModelForm
Erik Romijn
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-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-01-24
Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...
Nick Sandford
2013-01-22
Fixed #19640 - Added inlineformset_factory to reference docs.
Tim Graham
2013-01-11
Fixed #10239 - Added docs for modelform_factory
Tim Graham