Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/distinct_on_fields
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-6/+16
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25081 -- Prevented DISTINCT ON ordering from ↵Simon Charette2015-07-091-0/+8
| | | | | | being cleared in get(). Thanks to pdewacht for the patch.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin2014-05-081-0/+1
| | | | | Oracle and SQL Server don't have exactly the same limitations. It's worth treating them differently.
* Fixed #20600 -- ordered distinct(*fields) in subqueriesAnssi Kääriäinen2013-11-071-7/+21
|
* PEP8 cleanupJason Myers2013-11-032-1/+7
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
|
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
|
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+1
|
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-3/+3
|
* 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.
* Fixed #21099 - Skip DistinctOnTests unless backend ↵Michael Manfre2013-09-121-2/+1
| | | | can_distinct_on_fields
* Removed unneeded imports in tests's __init__.py and ↵Florian Apolloner2013-09-091-1/+0
| | | | unified them.
* Removed some more unused local varsAlex Gaynor2013-09-081-4/+4
|
* 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/+165