1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/forms_tests/widget_tests
2023-07-31 20:17:10 +02:00
..
__init__.py
base.py
test_checkboxinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_checkboxselectmultiple.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_choicewidget.py Fixed #34655 -- Increased radioselect's test coverage. 2023-07-28 09:18:07 -03:00
test_clearablefileinput.py Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
test_dateinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_datetimeinput.py Refs #32873 -- Removed settings.USE_L10N per deprecation timeline. 2023-01-17 11:49:15 +01:00
test_fileinput.py Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
test_hiddeninput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_input.py
test_multiplehiddeninput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_multiwidget.py Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple. 2022-04-26 07:06:26 +02:00
test_nullbooleanselect.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_numberinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_passwordinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_radioselect.py Refs #34655 -- Made cosmetic edits to RadioSelect tests. 2023-07-31 20:17:10 +02:00
test_select.py Fixed #34655 -- Increased radioselect's test coverage. 2023-07-28 09:18:07 -03:00
test_selectdatewidget.py Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError. 2023-03-22 07:59:39 +01:00
test_selectmultiple.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_splitdatetimewidget.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_splithiddendatetimewidget.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_textarea.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_textinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_timeinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_widget.py