django/tests/forms_tests/tests
David Smith c187f5f924 Refs #32819 -- Avoided adding 'aria-describedby' to hidden inputs.
Hidden elements are not visible for both accessibility tools and browsers presentation layer. This change therefore only reduces the size of the generated HTML.
2024-04-30 11:11:02 +02:00
..
filepath_test_files
__init__.py Refs #32339 -- Changed default form and formset rendering style to div-based. 2023-01-17 11:49:15 +01:00
test_error_messages.py Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField. 2023-04-28 06:58:10 +02:00
test_forms.py Refs #32819 -- Avoided adding 'aria-describedby' to hidden inputs. 2024-04-30 11:11:02 +02:00
test_formsets.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
test_i18n.py Fixed #32820 -- Added aria-invalid="true" to fields with errors. 2023-08-01 06:08:04 +02:00
test_input_formats.py Used enterClassContext() where appropriate. 2024-01-04 05:55:29 +01:00
test_media.py Refs #32528 -- Simplified Media.merge(). 2023-01-19 06:33:39 +01:00
test_renderers.py Refs #32339 -- Fixed super() call in deprecated renderers. 2023-05-17 11:11:43 -03:00
test_utils.py Fixed #34077 -- Added form field rendering. 2023-03-24 10:16:30 +01:00
test_validators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_widgets.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
tests.py Refs #34119 -- Skipped test_callable_default_hidden_widget_value_not_overridden when JSONField is not supported. 2022-11-28 09:47:52 +01:00