1
0
mirror of https://github.com/django/django.git synced 2025-01-06 00:16:03 +00:00
django/tests/forms_tests/widget_tests
2023-04-21 07:48:27 +02:00
..
__init__.py
base.py
test_checkboxinput.py
test_checkboxselectmultiple.py
test_clearablefileinput.py Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid. 2023-04-21 07:48:27 +02:00
test_dateinput.py
test_datetimeinput.py Refs #32873 -- Removed settings.USE_L10N per deprecation timeline. 2023-01-17 11:49:15 +01:00
test_fileinput.py Refs #32339 -- Added use_fieldset to Widget. 2022-03-30 16:28:14 +02:00
test_hiddeninput.py
test_input.py
test_multiplehiddeninput.py
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
test_numberinput.py
test_passwordinput.py
test_radioselect.py
test_select.py
test_selectdatewidget.py Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError. 2023-03-22 07:59:39 +01:00
test_selectmultiple.py
test_splitdatetimewidget.py
test_splithiddendatetimewidget.py
test_textarea.py
test_textinput.py
test_timeinput.py
test_widget.py