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
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
2013-05-20
Fixed #20471 - Typos in topics/forms/formsets.txt
Tim Graham
2013-05-20
Fixed #20403 -- Ignore forms marked for deletion when validating max_num.
Ryan Kaskel
2013-05-19
add missing imports to the examples in the 'Forms'
leandrafinger
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-15
Fixed #20263 -- Corrected wording in the formset documentation.
Simon Charette
2013-03-31
Fixed #8649 - Documented a caveat about dynamically adjusting formsets.
Tim Graham
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-02-19
Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-02-12
Fixed #19808 Capitalization error in example text
JonLoy
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-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
[next]