index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
max_lengths
Age
Commit message (
Collapse
)
Author
2019-03-28
Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.
sage
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-30
Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-07-04
Fixed #20631 -- Increased the default EmailField max_length to 254.
Tim Graham
Thanks pmartin for the report.
2013-11-02
PEP8 cleanup
Jason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-07-29
Removed most of absolute_import imports
Claude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
Refs #20680.
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner