1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
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
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
test_renderers.py Refs #32339 -- Fixed super() call in deprecated renderers. 2023-05-17 11:11:43 -03:00
test_utils.py
test_validators.py
test_widgets.py
tests.py