summaryrefslogtreecommitdiff
path: root/tests/max_lengths
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-03-28Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.sage
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-30Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-10-26Fix all violators of E231Alex Gaynor
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner