django/tests/forms_tests/tests
2021-08-03 13:12:50 +02:00
..
filepath_test_files
__init__.py
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 Fixed #32924 -- Changed BaseForm.get_initial_for_field() to remove microseconds when needed. 2021-07-16 15:51:20 +02:00
test_formsets.py Fixed #32984 -- Allowed customizing a deletion field widget in formsets. 2021-08-03 13:12:50 +02:00
test_i18n.py Refs #32338 -- Removed 'for ="..."' from RadioSelect's <label>. 2021-06-22 10:59:29 +02:00
test_input_formats.py
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
test_utils.py
test_validators.py
test_widgets.py
tests.py