django/tests/forms_tests/tests
Mariusz Felisiak 628b6a6869 Updated translations from Transifex.
This also fixes related i18n tests.

Forwardport of 4c5215ab03 from stable/4.0.x

Co-authored-by: Claude Paroz <claude@2xlibre.net>
2021-12-06 20:31:03 +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 Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFields. 2021-09-29 08:04:42 +02:00
test_formsets.py Refs #31026 -- Fixed forms_tests if Jinja2 is not installed. 2021-09-21 10:16:44 +02:00
test_i18n.py Updated translations from Transifex. 2021-12-06 20:31:03 +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