David Smith
|
e875fac886
|
Removed unused variable in test_datetimefield_clean_input_formats.
|
2020-05-20 06:02:28 +02:00 |
François Freitag
|
9ef4a18dbe
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2020-04-28 10:49:00 +02:00 |
Claude Paroz
|
1487f16f2d
|
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
Thanks José Padilla for the initial patch, and Carlton Gibson for the
review.
|
2020-01-06 10:52:09 +01:00 |
Claude Paroz
|
495d7a1ddf
|
Reorganized forms.DateTimeField tests.
|
2020-01-03 10:36:58 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Berker Peksag
|
0247c9b08f
|
Split form's test_fields.py into different files.
|
2016-04-11 12:48:23 -04:00 |