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
/
tests
/
forms_tests
/
field_tests
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 #36923 -- Added tests for non-hierarchical URI schemes in URLField.to_p...
Natalia
2026-03-03
Fixed CVE-2026-25673 -- Simplified URLField scheme detection.
Natalia
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-01-15
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...
Sarah Boyce
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2025-01-08
Fixed #36014 -- Supported international domains in EmailValidator.
Chaitanya Rahalkar
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-28
Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
Mariusz Felisiak
2023-11-28
Refs #34986 -- Fixed some test assertions for PyPy.
Nick Pope
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-05-04
Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow is...
Mariusz Felisiak
2023-05-03
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...
Mariusz Felisiak
2023-04-28
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
Coen van der Kamp
2023-03-22
Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.
Jure Slak
2023-03-22
Refs #34434 -- Added assertion for cleaning 0-0-0 for forms.DateField.
Jure Slak
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-17
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2022-05-12
Fixed #32559 -- Added 'step_size’ to numeric form fields.
Kapil Bansal
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #32559 -- Added selenium test for FloatField client-side validation.
Carlton Gibson
2021-12-20
Fixed #33367 -- Fixed URLValidator crash in some edge cases.
mendespedro
2021-12-20
Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...
mendespedro
2021-12-16
Used subTest() in forms.URLField() tests.
Mariusz Felisiak
2021-11-05
Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.
David Smith
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-08-04
Fixed #29205 -- Corrected rendering of required attributes for MultiValueFiel...
Jacob Walls
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
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-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2020-10-17
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
Claude Paroz
2020-10-09
Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...
Qi Zhao
2020-09-25
Refs #28009 -- Added empty_value tests for CharField subclasses.
David Smith
2020-09-25
Added assertions for cleaning None values for forms.JSONField and forms.UUIDF...
David Smith
2020-05-20
Removed unused variable in test_datetimefield_clean_input_formats.
David Smith
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-22
Completed test coverage for forms.RegexField.
David Smith
[next]