django1/tests/forms_tests/tests
Adam Johnson 0d2435328a Added test for field names of ManagementForm. 2021-12-10 10:01:33 +01:00
..
filepath_test_files Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField 2015-06-16 14:37:58 -04:00
__init__.py Refs #31026 -- Fixed forms_tests if Jinja2 is not installed. 2021-09-21 10:16:44 +02:00
test_deprecation_forms.py Fixed #31026 -- Switched form rendering to template engine. 2021-09-20 15:50:18 +02:00
test_error_messages.py Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice. 2021-01-26 09:31:53 +01:00
test_forms.py Refs #32338 -- Added Boundfield.legend_tag(). 2021-12-09 07:16:33 +01:00
test_formsets.py Added test for field names of ManagementForm. 2021-12-10 10:01:33 +01:00
test_i18n.py Refs #32338 -- Added Boundfield.legend_tag(). 2021-12-09 07:16:33 +01:00
test_input_formats.py Fixed #32873 -- Deprecated settings.USE_L10N. 2021-09-14 12:05:43 +02:00
test_media.py Fixed #30563 -- Optimized form Media by removing duplicated assets when adding. 2020-09-24 13:53:06 +02:00
test_renderers.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
test_utils.py Fixed #33130 -- Restored form errors to be a dict. 2021-09-24 10:50:41 +02:00
test_validators.py Fixed #31806 -- Made validators include the value in ValidationErrors. 2020-07-27 13:03:26 +02:00
test_widgets.py Fixed #33211 -- Updated tests for Selenium 4.0.0. 2021-10-21 14:37:16 +02:00
tests.py Refs #31026 -- Fixed forms_tests if Jinja2 is not installed. 2021-09-21 10:16:44 +02:00