summaryrefslogtreecommitdiff
path: root/tests/forms_tests/tests/test_input_formats.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-171-3/+3
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-10/+40
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-147/+157
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-3/+4
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-52/+53
* Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.Claude Paroz2020-01-061-9/+13
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-72/+72
* Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham2016-04-231-72/+72
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-52/+104
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Fixed all E261 warningscoagulant2013-11-021-5/+5
* Fix all violators of E231Alex Gaynor2013-10-261-75/+75
* Modified forms_tests to work with unittest2 discovery.Preston Timmons2013-04-121-0/+866