summaryrefslogtreecommitdiff
path: root/tests/annotations
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34437 -- Made values() resolving error mention selected annotations.Simon Charette2023-03-251-0/+11
* Fixed #34254 -- Fixed return value of Exists() with empty queryset.Raj Desai2023-01-261-0/+8
* Refs #33374 -- Adjusted full match condition handling.Simon Charette2022-11-071-2/+17
* Refs #17144 -- Removed support for grouping by primary key.Simon Charette2022-11-071-15/+0
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-10/+10
* Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and ...DevilsAutumn2022-09-091-0/+28
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-1/+1
* Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...Mariusz Felisiak2022-04-111-0/+43
* Refs #33397 -- Added extra tests for resolving an output_field of CombinedExp...Luke Plant2022-03-301-0/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-462/+778
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-6/+2
* Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset.David Wobrock2021-12-211-0/+20
* Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock2021-09-291-0/+6
* Used more specific unittest assertions in tests.Mads Jensen2021-07-071-1/+1
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-4/+2
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-21/+0
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-10/+99
* Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.Hasan Ramezani2020-11-191-0/+12
* Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus2020-10-291-1/+20
* Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle.Mariusz Felisiak2020-09-161-0/+1
* Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.Mariusz Felisiak2020-09-151-0/+11
* Fixed #31888 -- Avoided module-level MySQL queries in tests.Ahmad A. Hussein2020-08-171-6/+5
* Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.Alexandr Tatarinov2020-07-311-1/+223
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-0/+1
* Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.Simon Charette2020-07-151-15/+9
* Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper for combin...Mariusz Felisiak2020-07-091-2/+10
* Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined exp...Mariusz Felisiak2020-06-121-0/+8
* Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.Mariusz Felisiak2020-06-081-3/+24
* Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists...Mariusz Felisiak2020-05-141-3/+0
* Fixed #31566 -- Fixed aliases crash when chaining values()/values_list() afte...Simon Charette2020-05-141-2/+18
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-5/+0
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-21/+0
* Relaxed some query ordering assertions in tests.Tim Graham2019-11-181-1/+1
* Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.can2019-07-112-0/+23
* Refs #29542, #30158 -- Enabled a HAVING subquery filter test on Oracle.Simon Charette2019-03-211-1/+0
* Fixed #29542 -- Fixed invalid SQL if a Subquery from the HAVING clause is use...Mariusz Felisiak2018-07-141-1/+14
* Fixed #29530 -- Fixed aliases ordering when chaining annotate() and filter().Mariusz Felisiak2018-07-021-0/+16
* Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL whe...Mariusz Felisiak2018-05-271-0/+12
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+3
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-4/+6
* Fixed #28811 -- Fixed crash when combining regular and group by annotations.Robin Ramael2018-01-031-0/+18
* Refs #23941 -- Prevented incorrect rounding of DecimalField annotations on SQ...Sergey Fedoseev2017-12-211-0/+14
* Refs #18247 -- Fixed filtering on CombinedExpression(output_field=DecimalFiel...Sergey Fedoseev2017-08-101-0/+4
* Fixed #28277 -- Added validation of QuerySet.annotate() and aggregate() args.Mariusz Felisiak2017-06-291-0/+9
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL.Mariusz Felisiak2017-03-291-0/+6
* Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.Lex Berezhny2017-01-311-1/+6
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+0