Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms
Commit message (Expand)AuthorAgeFilesLines
...
* Added missing return value to DurationField.prepare_value...Michael Angeletti2015-02-151-0/+1
* Fixed #24339 -- Fixed crash with empty DurationField form...Michael Angeletti2015-02-141-1/+2
* Fixed #24295 -- Allowed ModelForm meta to specify form fi...Loic Bistuer2015-02-131-8/+24
* Sorted imports with isort; refs #23860.Tim Graham2015-02-066-42/+45
* Removed old import aliases.Tim Graham2015-02-061-4/+0
* Fixed #24219 -- Moved SelectDateWidget together with the ...Loic Bistuer2015-01-273-160/+157
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-191-16/+2
* Removed forms.forms.get_declared_fields() per deprecation...Tim Graham2015-01-181-41/+0
* Removed support for SplitDateTimeWidget with DateTimeFiel...Tim Graham2015-01-181-12/+0
* Removed unused imports.Tim Graham2015-01-171-2/+0
* Removed Multiple/ModelChoiceField cache_choices option; r...Tim Graham2015-01-171-24/+6
* Removed django.utils.datastructures.MergeDict per depreca...Tim Graham2015-01-171-3/+3
* Removed backwards compatibility shims for "util" modules ...Tim Graham2015-01-171-9/+0
* Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu2015-01-161-3/+8
* Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham2015-01-131-5/+23
* Fixed #24138 -- Added modelform_factory to __all__.Josh Schneier2015-01-121-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-3/+4
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-2/+1
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-1/+22
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Fixed #23674 -- Fixed a crash when a MultiValueField has ...Grzegorz Slusarek2014-12-121-1/+5
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-082-2/+2
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-033-23/+23
* Fixed typo in forms/models.py comment.Simon Charette2014-11-211-1/+1
* Fixed #23883 -- Stopped flatatt modifying its argumentTim Heap2014-11-211-7/+8
* Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon2014-11-122-15/+13
* Fixed #13181 -- Added support for callable choices to for...Peter Inglesby2014-11-041-1/+15
* Removed some commented code in the forms Media class.Tim Graham2014-10-271-4/+0
* Fixed #23623 -- Reduced memory consumption when generatin...Thomas Chaumeny2014-10-101-2/+2
* Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer2014-10-061-0/+9
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-1/+24
* Fixed #23451 -- Fixed typo in inlineformset_factory() err...Petras Zdanavičius2014-09-081-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-054-12/+38
* Fixed #21201 -- Improved customization of ClearableFileIn...Vlastimil Zíma2014-08-291-7/+18
* Fixed #23167 -- Added BaseForm.__repr__()areski2014-08-221-0/+12
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-153-13/+19
* Fixed #22745 -- Prevented reevaluation of ModelChoiceFiel...Vincent-Vega2014-08-041-0/+4
* Corrected a comment in forms/forms.py; refs #16612.Tim Graham2014-08-041-1/+1
* Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham2014-08-031-1/+6
* Fixed two typos in docstrings.Baptiste Mispelon2014-08-021-1/+1
* Fixed #23103 -- Annotated ImageField file with image and ...Petras Zdanavičius2014-08-011-1/+6
* Fixed #22808 -- Made ModelMultipleChoiceField validation ...Niclas Olofsson2014-07-311-2/+2
* Fixed #23129 -- Added 'true' and 'false' to `NullBooleanF...Kit La Touche2014-07-301-5/+7
* Fixed #23113 -- ChoiceInput.render should take specified ...Simon Charette2014-07-281-3/+7
* Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-091-1/+5
* Fixed various minor doc typos / references.Daniel Hahler2014-07-061-1/+1
* Fixed #22950 -- Eased markup customization for choice fie...Claude Paroz2014-07-051-7/+10
* Ensured bound field renders as unicode safe dataClaude Paroz2014-07-051-1/+1
* Prevented evaluation of a possible lazy messageClaude Paroz2014-06-211-1/+1