summaryrefslogtreecommitdiff
path: root/tests/annotations/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-459/+775
* 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
* 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-111-0/+22
* 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 encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27481 -- Made SQLite return annotated boolean values as boolean, not i...Sergey Fedoseev2016-11-141-1/+13
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Made FieldError/FieldDoesNotExist messages uniform across Python versions.François Freitag2016-09-171-2/+2
* Fixed #26517 -- Fixed ExpressionWrapper with empty queryset.Johannes Dollinger2016-08-081-1/+14
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-1/+1
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-2/+3
* Fixed #24986 -- Added support for annotations in DISTINCT queries.Valentina Mukhamedzhanova2015-08-151-1/+36
* Refs #23843 -- Updated Oracle annotations workaround to reflect latest status.Tim Graham2015-08-141-15/+8
* Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()Paweł Marczewski2015-05-251-0/+4
* Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton2015-03-221-2/+21
* Fixed #24508 -- Made annotations commutativeJosh Smeaton2015-03-221-0/+8
* Fixed #24420 -- Allowed ordering by case expressionsJosh Smeaton2015-03-061-0/+18