Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/formsets.py
Commit message (Expand)AuthorAgeFilesLines
* Added release notes for feature added in fe21fb81Russell Keith-Magee2015-06-051-0/+3
* Fixed #18166 -- Added form_kwargs support to formsets.Sergei Maertens2015-06-041-2/+11
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-0/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Fixed #22628 -- Took initial forms into account when comb...Stephen Burrows2014-05-161-4/+4
* Removed casting to bool just before negation.Tomasz Wysocki2014-04-071-1/+1
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #17413 -- Serialization of form errors along with a...Loic Bistuer2013-12-161-1/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-3/+3
* Fixed #21489 -- Make formsets directly importable from dj...Loic Bistuer2013-11-261-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+4
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-2/+2
* Fixed all the E203 violationsAlex Gaynor2013-10-271-2/+2
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor2013-09-191-5/+22
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+2
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed 17478 -- Allowed queryset overriding in BaseModelFo...Claude Paroz2013-06-221-7/+8
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+1
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-2/+7
* Fixed #20464 -- Added a `total_error_count` method on for...Baptiste Mispelon2013-06-161-0/+7
* Fixed #20403 -- Ignore forms marked for deletion when val...Ryan Kaskel2013-05-201-1/+2
* Fixed #11160 - Ensure full_clean is called from non_form_...Senko Rasic2013-05-181-4/+7
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Used ngettext in a formsets error messageClaude Paroz2013-05-041-2/+4
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-211-10/+20
* Added a default limit to the maximum number of forms in a...Aymeric Augustin2013-02-191-8/+15
* Fixed #18906 -- Ignored to-be-deleted forms in formset va...Claude Paroz2013-02-081-3/+2
* Fixed #19545 -- Make sure media/is_multipart work with em...Simon Charette2013-01-031-2/+5
* Removed unusable parameters to empty_form propertyClaude Paroz2013-01-011-8/+6
* Fixed #18574 -- Make BaseFormSet.is_valid call its underl...Andreas Hug2012-12-061-3/+2
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-1/+3
* Fixed #16479 - Forms generated from formsets use ErrorLis...Ludovic Delaveau2012-10-131-1/+5
* Made use of property decorator in formsets.pyClaude Paroz2012-09-061-18/+18
* Fixed #18751 -- Cleaned up BaseFormSet._should_delete_formClaude Paroz2012-08-301-7/+4
* [py3] Avoided comparison with None value in formsetsClaude Paroz2012-08-131-5/+6
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-3/+4
* [py3] Replaced __nonzero__ by __bool__Claude Paroz2012-08-081-1/+2
* Replaced some byte strings by str() callsClaude Paroz2012-08-031-1/+1
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-3/+4
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-11/+11
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1