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
2024-08-02 11:31:54 +02:00
..
__init__.py Rewrote form widget tests as proper unittests. 2015-08-31 23:03:55 -05:00
base.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
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 #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03:00
test_clearablefileinput.py Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid. 2024-03-14 14:03:14 +01:00
test_colorinput.py Fixed #35599 -- Added ColorInput widget. 2024-08-02 09:51:49 +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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
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 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03:00
test_searchinput.py Fixed #35598 -- Added SearchInput widget. 2024-07-31 13:11:45 +02:00
test_select.py Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03:00
test_selectdatewidget.py Refs #34986 -- Fixed some test assertions for PyPy. 2023-11-28 06:19:38 +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_telinput.py Fixed #35601 -- Added TelInput widget. 2024-08-02 11:31:54 +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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00