.. |
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 #33419 -- Restored marking forms.Field.help_text as HTML safe.
|
2022-01-07 15:35:31 +01:00 |
test_formsets.py
|
Refs #31026 -- Changed @jinja2_tests imports to be relative.
|
2022-01-03 06:11:30 +01:00 |
test_i18n.py
|
Refs #31026 -- Changed @jinja2_tests imports to be relative.
|
2022-01-03 06:11:30 +01:00 |
test_input_formats.py
|
Fixed #32873 -- Deprecated settings.USE_L10N.
|
2021-09-14 12:05:43 +02:00 |
test_media.py
|
Stopped including type="text/css" attributes for CSS link tags.
|
2022-01-22 16:38:14 +01: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 -- Changed @jinja2_tests imports to be relative.
|
2022-01-03 06:11:30 +01:00 |