summaryrefslogtreecommitdiff
path: root/tests/max_lengths
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+12
* Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.sage2019-03-281-1/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham2016-11-301-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham2014-07-041-1/+1
* PEP8 cleanupJason Myers2013-11-022-0/+2
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+54