index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
/
fields.py
Age
Commit message (
Expand
)
Author
2017-09-05
[1.11.x] Fixed #28555 -- Made CharField convert whitespace-only values to the...
Josh Schneier
2017-07-14
[1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that su...
Srinivas Reddy Thatiparthy
2017-06-01
[1.11.x] Fixed #28242 -- Moved ImageField file extension validation to the fo...
Manatsawin Hanmongkolchai
2017-02-20
[1.11.x] Refs #23151 -- Removed RegexField's unused error_message parameter.
Tim Graham
2016-11-11
Fixed #27431 -- Prevented disabled form fields from appearing as changed.
Kenneth Veldman
2016-11-06
Fixed #27369 -- Prevented widgets from being shared between form field instan...
Michal Petrucha
2016-09-16
Fixed #27235 -- Removed some usage of mutable default arguments.
Chris Lamb
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-06
Fixed #27015 -- Prevented HTML-invalid minlength/maxlength on hidden inputs
Claude Paroz
2016-07-14
Fixed #26821 -- Fixed forms.Email/URLField crash on None value.
Priy
2016-07-14
Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.
Jon Dufresne
2016-06-13
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Jon Dufresne
2016-04-24
Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input.
David Sanders
2016-04-22
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-19
Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ...
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-01-28
Fixed #26129 -- Made invalid forms display initial values of disabled fields.
Tim Graham
2016-01-23
Refs #26104 -- Replaced unnecessary force_str() with force_text().
Tim Graham
2016-01-22
Fixed #26104 -- Fixed TypeError when passing number to forms.DurationField.
Alexander Gaevsky
2015-12-17
Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field
Claude Paroz
2015-09-23
Refs #23162 -- Removed forms.Field._has_changed() method.
Tim Graham
2015-09-23
Refs #23151 -- Removed RegexField.error_message per deprecation timeline.
Tim Graham
2015-09-18
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
2015-09-16
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert
2015-09-16
Fixed #25294 -- Allowed custom BoundFields on forms.
Moritz Sichert
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-16
Fixed #25078 -- Added support for disabled form fields
Claude Paroz
2015-07-01
Fixed #4960 -- Added "strip" option to CharField
Curtis
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-16
Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
Andriy Sokolovskiy
2015-03-05
Fixed #24428 -- Fixed has_changed for fields with coercion
Claude Paroz
2015-02-27
Fixed #24229 -- Changed IntegerField to clean floats representing integers
Jon Dufresne
2015-02-14
Added missing return value to DurationField.prepare_value(); refs #24339.
Michael Angeletti
2015-02-14
Fixed #24339 -- Fixed crash with empty DurationField form field.
Michael Angeletti
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Removed old import aliases.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-17
Removed support for SplitDateTimeWidget with DateTimeField per deprecation ti...
Tim Graham
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-12
Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.
Grzegorz Slusarek
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-12
Fixed #23795 -- Fixed a regression in custom form fields
Baptiste Mispelon
2014-11-04
Fixed #13181 -- Added support for callable choices to forms.ChoiceField
Peter Inglesby
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-08-03
Fixed #23151 -- Deprecated RegexField.error_message.
Tim Graham
2014-08-01
Fixed #23103 -- Annotated ImageField file with image and content_type attribu...
Petras Zdanavičius
2014-07-29
Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.
Kit La Touche
2014-06-21
Prevented evaluation of a possible lazy message
Claude Paroz
[next]