Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/extra_regress
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-19/+93
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
|
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-12/+17
|
* Fixed #20600 -- ordered distinct(*fields) in subqueriesAnssi Kääriäinen2013-11-071-0/+16
|
* PEP8 cleanupJason Myers2013-11-031-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
|
* Fix all violators of E231Alex Gaynor2013-10-262-18/+18
|
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-16/+15
|
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
|
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+2
|
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Deprecated SortedDict (replaced with ↵Curtis Maloney2013-08-041-19/+19
| | | | | | collections.OrderedDict) Thanks Loic Bistuer for the review.
* 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.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+395