summaryrefslogtreecommitdiff
path: root/tests/nested_foreign_keys
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-58/+190
|
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-6/+8
|
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
|
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+8
|
* Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella2015-07-271-5/+5
| | | | ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
|
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-6/+6
| | | | Thanks brylie.
* Fixing E302 ErrorsJason Myers2013-11-021-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Removed unused local variables in tests.Tim Graham2013-10-191-14/+14
|
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-5/+0
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+2
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+200