index
:
django.git
fix-31295
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
/
formsets.txt
Age
Commit message (
Expand
)
Author
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
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-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-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-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2013-09-19
Fixed #9532 -- Added min_num and validate_min on formsets.
yokomizor
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester