summaryrefslogtreecommitdiff
path: root/tests/distinct_on_fields
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-53/+74
* Fixed #33309 -- Fixed QuerySet.distinct() crash on mixed case annotation.arsalan.ghassemi2021-11-231-1/+7
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-2/+7
* Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak2021-03-101-0/+5
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-21/+18
* Fixed DistinctOnTests.test_basic_distinct_on on CockroachDB.Tim Graham2020-11-031-1/+4
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-16/+17
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-211-4/+2
* Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes2018-02-101-8/+22
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+5
* Refs #23919 -- Removed str_prefix usageClaude Paroz2017-01-201-3/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-8/+2
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-5/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-6/+16
* Fixed #25081 -- Prevented DISTINCT ON ordering from being cleared in get().Simon Charette2015-07-091-0/+8
* 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
* Fixed #20600 -- ordered distinct(*fields) in subqueriesAnssi Kääriäinen2013-11-071-7/+21
* PEP8 cleanupJason Myers2013-11-022-1/+7
* 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
* Fixed #21099 - Skip DistinctOnTests unless backend can_distinct_on_fieldsMichael Manfre2013-09-121-2/+1
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Removed some more unused local varsAlex Gaynor2013-09-081-4/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+165