summaryrefslogtreecommitdiff
path: root/tests/aggregation_regress/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette2023-01-091-0/+46
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+12
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-15/+0
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-1/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-7/+7
* Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queriesAnssi Kääriäinen2015-05-111-0/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* PEP8 cleanupJason Myers2013-11-021-1/+5
* Improved Query join promotion logicAnssi Kääriäinen2013-10-051-1/+1
* Fixed #21150 -- select_related + annotate join promotion failureAnssi Kääriäinen2013-10-051-0/+11
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+89