index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
nested_foreign_keys
/
tests.py
Age
Commit message (
Collapse
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505.
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
Thanks brylie.
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
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-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner