| .. |
|
filepathfield_test_dir
|
|
|
|
__init__.py
|
|
|
|
test_base.py
|
|
|
|
test_booleanfield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_charfield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_choicefield.py
|
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
|
2020-10-17 20:30:57 +02:00 |
|
test_combofield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_datefield.py
|
Fixed #32873 -- Deprecated settings.USE_L10N.
|
2021-09-14 12:05:43 +02:00 |
|
test_datetimefield.py
|
Removed unused variable in test_datetimefield_clean_input_formats.
|
2020-05-20 06:02:28 +02:00 |
|
test_decimalfield.py
|
Fixed #32873 -- Deprecated settings.USE_L10N.
|
2021-09-14 12:05:43 +02:00 |
|
test_durationfield.py
|
Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decimal fractions.
|
2021-12-20 06:46:34 +01:00 |
|
test_emailfield.py
|
Refs #28009 -- Added empty_value tests for CharField subclasses.
|
2020-09-25 12:33:54 +02:00 |
|
test_filefield.py
|
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
|
2021-05-04 08:44:42 +02:00 |
|
test_filepathfield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_floatfield.py
|
Fixed #32873 -- Deprecated settings.USE_L10N.
|
2021-09-14 12:05:43 +02:00 |
|
test_genericipaddressfield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_imagefield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_integerfield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_jsonfield.py
|
Fixed #32807 -- Fixed JSONField crash when redisplaying None values.
|
2021-06-28 11:02:08 +02:00 |
|
test_multiplechoicefield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_multivaluefield.py
|
Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.
|
2021-11-05 11:05:52 +01:00 |
|
test_nullbooleanfield.py
|
|
|
|
test_regexfield.py
|
Refs #28009 -- Added empty_value tests for CharField subclasses.
|
2020-09-25 12:33:54 +02:00 |
|
test_slugfield.py
|
Refs #28009 -- Added empty_value tests for CharField subclasses.
|
2020-09-25 12:33:54 +02:00 |
|
test_splitdatetimefield.py
|
Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.
|
2021-11-05 11:05:52 +01:00 |
|
test_timefield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_typedchoicefield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_typedmultiplechoicefield.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
|
test_urlfield.py
|
Fixed #33367 -- Fixed URLValidator crash in some edge cases.
|
2021-12-20 07:30:22 +01:00 |
|
test_uuidfield.py
|
Added assertions for cleaning None values for forms.JSONField and forms.UUIDField.
|
2020-09-25 10:12:01 +02:00 |