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
/
django
/
forms
/
formsets.py
Age
Commit message (
Expand
)
Author
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
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-01-15
Added support for specifying initial values to model formsets and inline form...
Ramiro Morales
2011-10-18
Remove comments referencing encryption. Django doesn't do encryption.
Paul McMillan
2011-10-17
remove some relative imports from django
Alex Gaynor
2011-09-10
Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has...
Alex Gaynor
2011-09-10
Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite...
Alex Gaynor
2011-09-10
Fixed #15722: ensure formsets evaluate to True even if they have no forms. Th...
Karen Tracey
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-02-21
Fixed #15349 - Bound FormSet produces bound empty_form
Luke Plant
2010-12-21
Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed ...
Jannis Leidel
2010-12-19
Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i...
Russell Keith-Magee
2010-11-21
Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...
Honza Král
2010-10-18
Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber...
Honza Král
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-12
Fixed #11801 -- Corrected form validation to ensure you can still get deleted...
Russell Keith-Magee
2010-02-23
Fixed #12878. Formset-wide errors are now rendered properly as html.
Joseph Kocherhans
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2009-04-28
Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...
Russell Keith-Magee
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2009-03-30
Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...
Joseph Kocherhans
[next]