summaryrefslogtreecommitdiff
path: root/tests/queries
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...Mariusz Felisiak2021-09-301-0/+6
* Fixed #33127 -- Added error messages on | and & operators with combined query...Hasan Ramezani2021-09-241-0/+21
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-6/+12
* Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.Wu Haotian2021-07-051-0/+8
* Refs #28574 -- Added test for XML format output to Queryset.explain().Wu Haotian2021-07-051-0/+8
* Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...abhiabhi942021-06-291-2/+12
* Fixed #32717 -- Fixed filtering of querysets combined with the | operator.Simon Charette2021-05-131-0/+4
* Fixed #32693 -- Quoted and lowercased generated column aliases.Hasan Ramezani2021-05-041-1/+12
* Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...Simon Charette2021-04-282-32/+15
* Refs #32632 -- Added tests for returning a copy when combining Q() objects.Mariusz Felisiak2021-04-281-0/+13
* Used assertCountEqual() in ExcludeTests.test_exclude_subquery().Mariusz Felisiak2021-04-221-1/+1
* Fixed #32650 -- Fixed handling subquery aliasing on queryset combination.Simon Charette2021-04-211-6/+35
* Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined query...Iuri de Silvio2021-04-121-1/+19
* Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.Jonathan Richards2021-03-171-8/+14
* Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak2021-03-101-5/+10
* Fixed #24141 -- Added QuerySet.contains().Johan Schiff2021-03-062-0/+68
* Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...starryrbs2021-02-181-0/+8
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-191-2/+1
* Refs #7098 -- Removed support for passing raw column aliases to order_by().Mariusz Felisiak2021-01-141-18/+10
* Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.Mariusz Felisiak2021-01-141-30/+0
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-3/+0
* Fixed #31507 -- Added QuerySet.exists() optimizations to compound queries.David-Wobrock2020-11-161-1/+14
* Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.David-Wobrock2020-11-161-0/+23
* Fixed #31496 -- Fixed QuerySet.values()/values_list() crash on combined query...David-Wobrock2020-11-141-0/+22
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-496/+413
* Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.Simon Charette2020-10-281-2/+10
* Refs #27149 -- Fixed sql.Query identity.Simon Charette2020-10-281-0/+28
* Fixed some queries tests when primary key values are large.Tim Graham2020-10-271-4/+4
* Removed an obsolete query test that assumes serial pks.Tim Graham2020-10-271-8/+0
* Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...Hannes Ljungberg2020-10-191-0/+5
* Fixed #32068 -- Added error messages on get() with filters following union(),...Hasan Ramezani2020-10-051-0/+13
* Refs #32068 -- Added tests for get() following union(), intersection(), and d...Hasan Ramezani2020-10-051-0/+16
* Fixed #31916 -- Fixed combined queryset crash when combining with ordered com...Hasan Ramezani2020-09-171-0/+3
* Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist2020-09-161-0/+5
* Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...Mariusz Felisiak2020-09-141-0/+10
* Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL ...Nick Pope2020-08-241-0/+2
* Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.Alexandr Tatarinov2020-07-311-0/+1
* Fixed #31783 -- Fixed crash when filtering againts "negate" field.Hasan Ramezani2020-07-292-1/+9
* Fixed #31767 -- Fixed QuerySet.none() on combined queryset.Mariusz Felisiak2020-07-071-0/+7
* Fixed #23797 -- Fixed QuerySet.exclude() when rhs is a nullable column.Jacob Walls2020-07-062-1/+17
* Fixed #31664 -- Reallowed using non-expressions having filterable attribute a...Nicolas Baccelli2020-06-082-3/+10
* Refs #31614 -- Added test for ordering by OrderBy() of combined queryset with...Mariusz Felisiak2020-05-271-0/+2
* Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of combined q...Laurent Tramoy2020-05-261-0/+15
* Refs #31614 -- Added test for aliases ordering on combined querysets.Laurent Tramoy2020-05-261-0/+11
* Used operator.attrgetter() in test_qs_combinators.Laurent Tramoy2020-05-261-4/+3
* Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak2020-05-191-19/+0
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-152-7/+10
* Refs #13227 -- Adjusted a test to avoid making a shared test model unpickable.Simon Charette2020-05-152-9/+5
* Fixed #31580 -- Added error messages on distinct() following union(), interse...Hasan Ramezani2020-05-131-0/+1
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-082-3/+21