Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/fields.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham2015-09-241-10/+1
* Refs #23151 -- Removed RegexField.error_message per depre...Tim Graham2015-09-241-11/+0
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-44/+1
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-1/+1
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-161-0/+8
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+6
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-161-1/+4
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-011-7/+9
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24948 -- Fixed crash when uploading bitmap images ...Andriy Sokolovskiy2015-06-161-1/+3
* Fixed #24428 -- Fixed has_changed for fields with coercionClaude Paroz2015-03-051-0/+1
* Fixed #24229 -- Changed IntegerField to clean floats repr...Jon Dufresne2015-02-271-1/+3
* 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
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+13
* Removed old import aliases.Tim Graham2015-02-061-4/+0
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-191-16/+2
* Removed support for SplitDateTimeWidget with DateTimeFiel...Tim Graham2015-01-181-12/+0
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-1/+22
* 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-081-1/+1
* Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon2014-11-121-11/+0
* Fixed #13181 -- Added support for callable choices to for...Peter Inglesby2014-11-041-1/+15
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-1/+24
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-151-9/+15
* Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham2014-08-031-1/+6
* Fixed #23103 -- Annotated ImageField file with image and ...Petras Zdanavičius2014-08-011-1/+6
* Fixed #23129 -- Added 'true' and 'false' to `NullBooleanF...Kit La Touche2014-07-301-5/+7
* Prevented evaluation of a possible lazy messageClaude Paroz2014-06-211-1/+1
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru2014-05-131-1/+4
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22114 -- Stopped adding trailing slashes in URLFie...Claude Paroz2014-03-261-3/+0
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-2/+2
* Fixed #22245 -- Avoided widget overwrite in forms.Integer...Claude Paroz2014-03-131-1/+4
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed #22206 -- Passed models.TextField.max_length to for...Chris Wilson2014-03-051-1/+1
* Fixed #22097 -- Fixed change detection for TypedChoiceFieldClaude Paroz2014-02-201-0/+2
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-0/+11
* Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with D...Claude Paroz2014-01-111-0/+4
* Fixed #21752 -- Prevented custom widget step attribute to...Claude Paroz2014-01-111-2/+2
* Removed duplicated `TimeField` in __all__.Artur Barseghyan2013-12-161-1/+1
* Fixed #17413 -- Serialization of form errors along with a...Loic Bistuer2013-12-161-2/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-2/+2
* Fixed #21397 -- Re-added flexibility to TypedChoiceField ...Claude Paroz2013-11-181-6/+11
* Merge pull request #1848 from rayashmanjr/masterAlex Gaynor2013-11-021-3/+3
|\
| * Correct flake8 violation E261Ray Ashman Jr2013-11-021-3/+3
* | Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
|/
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1