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
2017-04-28
[1.11.x] Fixed #28130 -- Fixed formset min_num validation with initial, uncha...
Tim Graham
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
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-25
Fixed #21489 -- Make formsets directly importable from django.forms.
Loic Bistuer
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
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-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-22
Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init
Claude Paroz
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-05-20
Fixed #20403 -- Ignore forms marked for deletion when validating max_num.
Ryan Kaskel
2013-05-18
Fixed #11160 - Ensure full_clean is called from non_form_errors
Senko Rasic
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-04
Used ngettext in a formsets error message
Claude Paroz
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-02-19
Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-02-08
Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique
Claude Paroz
2013-01-03
Fixed #19545 -- Make sure media/is_multipart work with empty formsets
Simon Charette
2013-01-01
Removed unusable parameters to empty_form property
Claude Paroz
2012-12-06
Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_valid
Andreas Hug
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-13
Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...
Ludovic Delaveau
2012-09-06
Made use of property decorator in formsets.py
Claude Paroz
2012-08-30
Fixed #18751 -- Cleaned up BaseFormSet._should_delete_form
Claude Paroz
2012-08-13
[py3] Avoided comparison with None value in formsets
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
[next]