index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
/
formsets.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #22276 -- Fixed crash when formset management form is invalid.
Jon Dufresne
2020-11-05
1
-14
/
+39
*
Refs #29113 -- Simplified formset validation.
Claude Paroz
2020-11-03
1
-14
/
+9
*
Simplifed formset iteration using enumerate().
Jon Dufresne
2020-10-26
1
-8
/
+4
*
Fixed #13060 -- Improved error message when ManagementForm data is missing.
manav014
2020-10-21
1
-1
/
+8
*
Fixed #32042 -- Improved error messages for the number of submitted forms in ...
meghanabhange
2020-09-28
1
-4
/
+4
*
Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
David Smith
2020-06-24
1
-3
/
+6
*
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...
David Smith
2020-06-05
1
-5
/
+10
*
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
1
-3
/
+4
*
Fixed #29956 -- Allowed overriding an order field widget in formsets.
Hasan Ramezani
2019-03-21
1
-3
/
+18
*
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-02
1
-5
/
+11
*
Fixed #29113 -- Simplified django.forms.formsets.all_valid() and clarified do...
Tim Graham
2018-02-05
1
-3
/
+2
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-3
/
+3
*
Fixed #28321 -- Prevented FormSet.full_clean() from adding errors from delete...
Windson yang
2017-07-24
1
-2
/
+6
*
Merged nested if statements in BaseFormSet.is_valid().
Windsooon
2017-07-12
1
-5
/
+4
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-3
/
+3
*
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-27
1
-3
/
+3
*
Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms.
Tim Graham
2017-04-28
1
-1
/
+2
*
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-20
1
-45
/
+32
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-3
/
+3
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
1
-3
/
+0
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-1
/
+0
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-4
/
+3
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-2
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27119 -- Cached BaseFormSet.management_form property
Claude Paroz
2016-12-01
1
-1
/
+1
*
Fixed #26844 -- Made formset's validate_min validation ignore empty forms.
Andrew Nester
2016-08-10
1
-1
/
+5
*
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-21
1
-0
/
+5
*
Added release notes for feature added in fe21fb81
Russell Keith-Magee
2015-06-05
1
-0
/
+3
*
Fixed #18166 -- Added form_kwargs support to formsets.
Sergei Maertens
2015-06-04
1
-2
/
+11
*
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-27
1
-0
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-4
/
+3
*
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-13
1
-2
/
+2
*
Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...
Stephen Burrows
2014-05-16
1
-4
/
+4
*
Removed casting to bool just before negation.
Tomasz Wysocki
2014-04-07
1
-1
/
+1
*
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-30
1
-1
/
+1
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
1
-1
/
+1
*
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-12-16
1
-1
/
+1
*
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-28
1
-3
/
+3
*
Fixed #21489 -- Make formsets directly importable from django.forms.
Loic Bistuer
2013-11-25
1
-1
/
+1
*
Fixed all E226 violations
Alex Gaynor
2013-11-03
1
-1
/
+1
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+4
*
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
1
-2
/
+2
*
Fixed all the E203 violations
Alex Gaynor
2013-10-26
1
-2
/
+2
*
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
1
-0
/
+1
*
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
1
-1
/
+1
*
Fixed #9532 -- Added min_num and validate_min on formsets.
yokomizor
2013-09-19
1
-5
/
+22
*
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-16
1
-1
/
+1
[next]