summaryrefslogtreecommitdiff
path: root/tests/nested_foreign_keys
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner