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
/
django
/
forms
/
formsets.py
Age
Commit message (
Expand
)
Author
2023-02-20
[4.2.x] Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra fo...
Laurens Verhoeven
2022-09-09
Fixed #33995 -- Fixed FormSet.empty_form crash when empty_permitted is passed...
DevilsAutumn
2022-08-02
Fixed #33876, Refs #32229 -- Made management forms render with div.html templ...
Carlton Gibson
2022-05-10
Fixed #33622 -- Allowed customizing error messages for invalid number of forms.
Marc SeguĂ Coll
2022-05-05
Fixed #32339 -- Added div.html form template.
David Smith
2022-04-27
Refs #32339 -- Allowed renderer to specify default form and formset templates.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-21
Refs #24121 -- Added __repr__() to BaseFormSet.
Baptiste Mispelon
2021-12-10
Moved ManagementForm's fields to class attributes.
Adam Johnson
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2021-08-03
Fixed #32984 -- Allowed customizing a deletion field widget in formsets.
Ties Jan Hefting
2021-07-15
Fixed #32905 -- Added CSS class for non-form errors of formsets.
Ties Jan Hefting
2020-11-05
Fixed #22276 -- Fixed crash when formset management form is invalid.
Jon Dufresne
2020-11-03
Refs #29113 -- Simplified formset validation.
Claude Paroz
2020-10-26
Simplifed formset iteration using enumerate().
Jon Dufresne
2020-10-21
Fixed #13060 -- Improved error message when ManagementForm data is missing.
manav014
2020-09-28
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
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
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-03-21
Fixed #29956 -- Allowed overriding an order field widget in formsets.
Hasan Ramezani
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-02-05
Fixed #29113 -- Simplified django.forms.formsets.all_valid() and clarified do...
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-07-24
Fixed #28321 -- Prevented FormSet.full_clean() from adding errors from delete...
Windson yang
2017-07-12
Merged nested if statements in BaseFormSet.is_valid().
Windsooon
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-04-28
Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms.
Tim Graham
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-01
Fixed #27119 -- Cached BaseFormSet.management_form property
Claude Paroz
2016-08-10
Fixed #26844 -- Made formset's validate_min validation ignore empty forms.
Andrew Nester
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
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-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-05-16
Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...
Stephen Burrows
2014-04-07
Removed casting to bool just before negation.
Tomasz Wysocki
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
[next]