index
:
chango.git
devmain
fix-31295
initial-branch
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
2026-04-29
Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().
TildaDares
2026-04-22
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2026-03-26
Refs #36913 -- Maintained error message determinism in MultipleChoiceField.va...
afenoum
2026-03-25
Fixed #36913 -- Optimized MultipleChoiceField.validate().
afenoum
2026-03-03
Fixed CVE-2026-25673 -- Simplified URLField scheme detection.
Natalia
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-15
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...
Sarah Boyce
2025-01-15
Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...
Matthias Kestenholz
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2024-05-29
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
Jake Howard
2024-01-23
Fixed #32923 -- Refactored out Field._clean_bound_field().
Syed Waheed
2023-11-28
Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
Mariusz Felisiak
2023-11-24
Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.
Parth Verma
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-07-03
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...
Mariusz Felisiak
2023-06-16
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...
Jacob Rief
2023-04-28
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
Coen van der Kamp
2023-03-24
Fixed #34077 -- Added form field rendering.
David Smith
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2022-10-25
Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid ...
Marcelo Galigniana
2022-05-12
Fixed #32559 -- Added 'step_size’ to numeric form fields.
Kapil Bansal
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-21
Fixed #32949 -- Restored invalid number handling in DecimalField.validate().
yakimka
2021-06-28
Fixed #32807 -- Fixed JSONField crash when redisplaying None values.
Dan Strokirk
2021-06-07
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
Chris Jerdonek
2021-01-16
Improved performance of DecimalField.
David Smith
2020-10-09
Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...
Qi Zhao
2020-07-27
Removed redundant forms.DecimalField.validate() in favor of DecimalValidator.
Jon Dufresne
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-01-07
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...
Claude Paroz
2020-01-06
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
Claude Paroz
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-08
Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages.
Hasan Ramezani
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2018-08-29
Refs #29689 -- Moved FilePathField choices sorting outside the loop.
Sergey Fedoseev
2018-08-20
Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FileP...
Federico Bond
2018-08-18
Refs #29426 -- Made UUIDField render values with dashes.
Tim Graham
2018-08-08
Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error...
Tim Graham
2018-04-04
Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.
safu9
2018-01-11
Refs #29006 -- Simplified handling of SNaN values in DecimalField.validate().
Sergey Fedoseev
2018-01-10
Fixed #29006 -- Fixed DecimalField.clean() crash on sNaN values.
Fabio Bonelli
2018-01-05
Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.
Tim Graham
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-30
Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widg...
Mariusz Felisiak
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-10-25
Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...
Srinivas Reddy Thatiparthy
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-05
Fixed #28555 -- Made CharField convert whitespace-only values to the empty_va...
Josh Schneier
2017-08-12
Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...
Alejandro Zamora
[next]