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
/
tests
/
forms_tests
/
field_tests
Age
Commit message (
Expand
)
Author
2021-07-21
[3.2.x] Fixed #32949 -- Restored invalid number handling in DecimalField.vali...
yakimka
2021-05-04
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
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
2017-07-14
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Srinivas Reddy Thatiparthy
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-06-03
Refs #28192 -- Fixed documentation of ChoiceField choices requirement
Claude Paroz
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-05-31
Fixed a forms test after updated translations.
Tim Graham
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-04-24
Removed obsolete Widget.format_output() in tests.
Tim Graham
2017-04-07
Fixed #22654 -- Broken decimal validation
Raphael Michel
2017-02-17
Fixed #27308 -- Fixed BytesWarnings in the test suite.
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
[next]