1
0
mirror of https://github.com/django/django.git synced 2025-01-05 16:06:07 +00:00
django/tests/forms_tests/tests
Carlton Gibson 4a5753fb0a
Refs #32339 -- Fixed super() call in deprecated renderers.
Missing function call `()` leads to:

TypeError: descriptor '__init__' of 'super' object needs an argument

Regression in b209518089.
2023-05-17 11:11:43 -03: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 Fixed #34077 -- Added form field rendering. 2023-03-24 10:16:30 +01:00
test_formsets.py Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is disabled. 2023-02-20 09:04:29 +01:00
test_i18n.py
test_input_formats.py
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
test_widgets.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
tests.py