1
0
mirror of https://github.com/django/django.git synced 2025-01-09 01:46:20 +00:00
django/tests/forms_tests/tests
2025-01-02 16:40:39 +01: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 Refs #32819 -- Added id to ErrorList class and template. 2024-12-05 10:24:39 +01:00
test_forms.py Fixed #32819 -- Added aria-describedby to fields with errors. 2025-01-02 16:40:39 +01:00
test_formsets.py Fixed #35913 -- Prevented formset name suffix 'FormFormSet'. 2024-11-20 11:36:33 +01:00
test_i18n.py Refs #32819 -- Added id to ErrorList class and template. 2024-12-05 10:24:39 +01:00
test_input_formats.py Used enterClassContext() where appropriate. 2024-01-04 05:55:29 +01:00
test_media.py Fixed #35886 -- Added support for object-based form media script assets. 2025-01-02 13:08:13 +01:00
test_renderers.py Refs #32339 -- Adjusted deprecation warning stacklevel in transitional form renderers. 2024-08-28 11:44:05 -03:00
test_utils.py Refs #35987 -- Added extra tests for ErrorList and ErrorDict copy methods. 2024-12-10 12:14:52 +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 Cleaned up temporary test directories in tests. 2024-07-22 08:51:01 +02:00