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
/
topics
/
forms
/
formsets.txt
Age
Commit message (
Expand
)
Author
2020-12-23
Removed forms-MAX_NUM_FORMS POST data in docs
Jon Dufresne
2020-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-11-05
Fixed #22276 -- Fixed crash when formset management form is invalid.
Jon Dufresne
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
2020-08-18
Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.
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
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2019-10-30
Fixed #30917 -- Clarified formsets topic documentation.
Ken Whitesell
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-06-03
Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
Mariusz Felisiak
2019-04-16
Fixed #14009 -- Fixed custom formset validation example in docs.
Tobias Kunze
2019-03-21
Fixed #29956 -- Allowed overriding an order field widget in formsets.
Hasan Ramezani
2019-01-14
Fixed "lets" mistakes in docs.
David Beitey
2018-05-02
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-13
Fixed #28761 -- Documented how an inline formset's prefix works.
jaywelborn
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2016-10-10
Doc'd the need to provide initial for formset submissions.
Tim Graham
2016-09-26
Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.
Tim Graham
2016-09-26
Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
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-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-10-28
Fixed #21516 -- Updated imports paths for some formset functions/classes.
Bryan Marty
2015-06-05
Added release notes for feature added in fe21fb81
Russell Keith-Magee
2015-06-04
Fixed #18166 -- Added form_kwargs support to formsets.
Sergei Maertens
2015-05-22
Fixed mistakes in docs/topics/forms/formsets.txt examples.
I am Clinton
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-05
Fixed #23955 -- Corrected formset fields in topic guide.
Young Yang
2014-09-10
Fixed typo in topics/forms/formsets.txt
Tim Graham
2014-09-08
Fixed #23307 -- Clarified the way max_num limits the output of formsets.
Octowl
2014-08-19
Removed unnecessary code-block directives.
areski
2014-06-24
Fixed #22796 -- Added a more basic explanations of forms.
Daniele Procida
2014-06-04
Fixed #22747 -- Add backwards compatibility tip for new behavior of formset.s...
Tim Graham
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2013-09-19
Fixed #9532 -- Added min_num and validate_min on formsets.
yokomizor
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-07-23
Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objects
Tim Graham
2013-07-08
Fixed #16965 -- Clarified Formset can_delete docs.
Tim Graham
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-11
FormSet.forms is an iterable, so just iterate over it
Wilfred Hughes
2013-06-10
Fixed #20578 - Typo in BaseFormSet module name
Tim Graham
[next]