Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/max_lengths
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #20631 -- Increased the default EmailField ↵Tim Graham2014-07-041-1/+1
| | | | | | max_length to 254. Thanks pmartin for the report.
* PEP8 cleanupJason Myers2013-11-032-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed all E261 warningscoagulant2013-11-031-1/+1
|
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
|
* Removed unneeded imports in tests's __init__.py and ↵Florian Apolloner2013-09-091-1/+0
| | | | unified them.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
| | | | Refs #20680.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+54