django/tests/forms_tests/tests
Nick Pope 1e62a64202 Refs #32528 -- Simplified Media.merge().
This avoids building up a second datastructure for the duplicate files
warning case and simply flatten and strip duplicates if that case ever
arises.
2023-01-19 06:33:39 +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 #32339 -- Changed default form and formset rendering style to div-based. 2023-01-17 11:49:15 +01:00
test_error_messages.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_forms.py Refs #32339 -- Changed default form and formset rendering style to div-based. 2023-01-17 11:49:15 +01:00
test_formsets.py Refs #32339 -- Changed default form and formset rendering style to div-based. 2023-01-17 11:49:15 +01:00
test_i18n.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_input_formats.py Refs #32873 -- Removed settings.USE_L10N per deprecation timeline. 2023-01-17 11:49:15 +01:00
test_media.py Refs #32528 -- Simplified Media.merge(). 2023-01-19 06:33:39 +01:00
test_renderers.py Refs #32339 -- Deprecated transitional form renderers. 2023-01-18 11:08:39 +01:00
test_utils.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_validators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_widgets.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +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