Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/formsets.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for specifying initial values to model form...Ramiro Morales2012-01-151-1/+1
* Remove comments referencing encryption. Django doesn't do...Paul McMillan2011-10-181-1/+1
* remove some relative imports from djangoAlex Gaynor2011-10-171-4/+7
* Fixed #11404. Added ``FormSet.has_changed``, for consist...Alex Gaynor2011-09-101-0/+6
* Make ``Formset.__getitem__`` O(1), rather than O(n). If ...Alex Gaynor2011-09-101-1/+1
* Fixed #15722: ensure formsets evaluate to True even if th...Karen Tracey2011-09-101-0/+4
* Fixed #16584 -- Fixed a bunch of typos in code comments. ...Jannis Leidel2011-08-121-1/+1
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-2/+1
* Fixed #15349 - Bound FormSet produces bound empty_formLuke Plant2011-02-211-3/+0
* Fixed #4976 -- Stopped humanize template tags to raise a ...Jannis Leidel2010-12-211-0/+1
* Fixed #14655 -- Made formsets iterable. This allows a sli...Russell Keith-Magee2010-12-191-3/+14
* Fixed #11418 -- formset.cleaned_data no longer raises Att...Honza Král2010-11-211-7/+7
* Fixed #12074 -- Adding .as_p and as_ul methods to FormSet...Honza Král2010-10-181-0/+10
* Fixed #12746 -- Updated sorting calls to use 'key' instea...Russell Keith-Magee2010-08-061-8/+6
* Fixed #13023 - Removed ambiguity with regard to the max_n...Jannis Leidel2010-03-281-5/+10
* Fixed #11801 -- Corrected form validation to ensure you c...Russell Keith-Magee2010-03-121-9/+12
* Fixed #12878. Formset-wide errors are now rendered proper...Joseph Kocherhans2010-02-231-1/+1
* Fixed #12692 - Properly handle the extra clause of admin ...Jannis Leidel2010-02-011-1/+4
* Fixed #12508 - Added ability to dynamically add inlines i...Jannis Leidel2010-01-261-1/+16
* Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans2010-01-051-1/+2
* Fixed #10082 -- Modified BaseFormSet so that ordering che...Russell Keith-Magee2009-04-281-10/+10
* Forms in model formsets and inline formsets can now be de...Joseph Kocherhans2009-03-311-3/+2
* Fixed #9587. Formset.is_valid() now returns True if an in...Joseph Kocherhans2009-03-301-4/+17
* Fixed #9284. Fixed #8813. BaseModelFormSet now calls Mode...Joseph Kocherhans2009-03-301-34/+46
* Fixed `BaseFormSet.is_multipart()` so that it doesn't bom...Jacob Kaplan-Moss2009-03-171-1/+1
* Fixed #10271, #10281 -- Fixed the handling multiple inli...Russell Keith-Magee2009-03-101-4/+9
* Corrected a couple of typos in docstrings of methods in B...Brian Rosner2008-08-271-2/+2
* Fixed #8543: added translation markings to can_delete and...Jacob Kaplan-Moss2008-08-261-3/+4
* Made the semi-private _max_form_count live on the public ...Brian Rosner2008-07-231-10/+6
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-1/+1
* Fixed #7741: django.newforms is now django.forms. This is...Jacob Kaplan-Moss2008-07-191-0/+292