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
2023-05-03
[4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v...
Mariusz Felisiak
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
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
2020-04-09
Increased test coverage for forms.ImageField.to_python().
David Smith
2020-04-07
Completed test coverage for forms.DurationField.to_python().
David Smith
2020-04-07
Fixed typo in tests/forms_tests/field_tests/test_imagefield.py test names.
David Smith
2020-01-06
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
Claude Paroz
2020-01-03
Reorganized forms.DateTimeField tests.
Claude Paroz
2019-10-29
Refs #30908 -- Added test for nonexistent path in forms.FilePathField.
Hasan Ramezani
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-26
Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...
Shubham Bhagat
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-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-10
Fixed #29006 -- Fixed DecimalField.clean() crash on sNaN values.
Fabio Bonelli
2018-01-10
Reduced redundancy in DecimalField tests with subTest().
Tim Graham
2018-01-05
Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.
Tim Graham
2017-10-25
Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...
Srinivas Reddy Thatiparthy
2017-09-27
Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientif...
Josh Schneier
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
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
Fixed #28264 -- Made FilePathField sort files and directories when recursive=...
Srinivas Reddy Thatiparthy
2017-07-17
Created a dedicated test directory for FilePathField tests.
Srinivas Reddy Thatiparthy
[next]