Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms
Commit message (Expand)AuthorAgeFilesLines
* Added missing stacklevel arg in forms/models.pyClaude Paroz2013-05-301-1/+1
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #11725 -- Made possible to create widget label tag ...Claude Paroz2013-05-251-3/+4
* Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-231-3/+4
* Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers2013-05-221-0/+2
* Fixed #9321 -- Deprecated hard-coding of help text in mod...Ramiro Morales2013-05-201-1/+4
* Fixed #20403 -- Ignore forms marked for deletion when val...Ryan Kaskel2013-05-201-1/+2
* Merge pull request #1094 from senko/ticket_11160Andrew Godwin2013-05-191-4/+7
|\
| * Fixed #11160 - Ensure full_clean is called from non_form_...Senko Rasic2013-05-181-4/+7
* | Fixed #20440 -- Ensured CharField's max_length/min_length...Tome Cvitan2013-05-181-2/+12
* | Merge pull request #1113 from denibertovic/masterAymeric Augustin2013-05-181-0/+8
|\ \
| * | Added stripping of whitespace for SlugField and URLFieldDeni Bertovic2013-05-181-0/+8
| |/
* | Fixed argument order for localized_fields to ensure backw...Erik Romijn2013-05-181-3/+3
* | Fixed #13546 -- Easier handling of localize field options...Erik Romijn2013-05-181-14/+23
|/
* Replaced an antiquated pattern.Aymeric Augustin2013-05-173-3/+3
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-12/+4
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-2/+55
* Used ngettext in a formsets error messageClaude Paroz2013-05-041-2/+4
* Fixed #17840 -- Generalized named placeholders in form er...Claude Paroz2013-04-132-11/+24
* Fixed #4592: Made CheckboxSelectMultiple more like RadioS...Baptiste Mispelon2013-04-131-53/+79
* Fixed #4117: Apply id attribute to the outer <ul> of Radi...Baptiste Mispelon2013-04-131-4/+7
* Fixed #19874: Apply id attribute to the outer <ul> of Che...Baptiste Mispelon2013-04-131-1/+2
* Fixed #20211: Document backwards-incompatible change in B...Baptiste Mispelon2013-04-121-1/+3
* Fix #15126: Better error message when passing invalid opt...Baptiste Mispelon2013-04-071-0/+15
* Fixed spelling errorsGavin Wahl2013-03-281-1/+1
* Removed forced typecasting of help_text/label Field argum...Claude Paroz2013-03-252-11/+6
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-2/+2
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-212-13/+25
* Fixed #18839 - Field.__init__() now calls super().Carny Cheng2013-03-211-0/+1
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-192-6/+10
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-20/+4
* Fixed #20039 -- Fixed has_changed form detection for requ...Claude Paroz2013-03-141-8/+8
* Fixed a regression in forms changed_dataClaude Paroz2013-03-081-2/+7
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-3/+3
* Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz2013-03-072-26/+26
* Fixed #19464 -- Eased customization of ClearableFileInput...Claude Paroz2013-03-041-1/+3
* Fixed #18898 -- Added tests with a fix for ModelMultipleC...Claude Paroz2013-03-011-1/+1
* Fixed #16612 -- Improved has_changed detection for locali...Claude Paroz2013-03-013-18/+24
* Fixed #19908 -- Added missing import in forms.pyClaude Paroz2013-02-241-0/+1
* Fixed #18829 -- Fixed ModelChoiceIterator lengthKlaas van Schelven2013-02-231-1/+2
* Fixed errors introduced in 21f333bcefccc151d6439246f8203d...Florian Apolloner2013-02-231-9/+7
* Fixed #15877 -- Improved exception when ModelForm has no ...Claude Paroz2013-02-231-2/+2
* Fix #17751: Added stripping of whitespace for IPAddressFi...Erik Romijn2013-02-231-0/+8
* Method "save" in BaseModelFormSet is marked as alters_dataKlaas van Schelven2013-02-231-0/+2
* Fixed #19686 -- Added HTML5 number input typeClaude Paroz2013-02-232-12/+39
* 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-082-16/+8
* Fixed #17683 -- Make sure `BaseModelFormSet` respects def...Simon Charette2013-02-051-1/+5
* Merge pull request #686 from skrr/ticket_19703Claude Paroz2013-01-301-2/+2
|\
| * fixed minor typo #19703Simon Kerr2013-01-301-2/+2