index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
queries
Age
Commit message (
Expand
)
Author
2021-09-30
[4.0.x] Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() t...
Mariusz Felisiak
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-07-05
Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.
Wu Haotian
2021-07-05
Refs #28574 -- Added test for XML format output to Queryset.explain().
Wu Haotian
2021-06-29
Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...
abhiabhi94
2021-05-13
Fixed #32717 -- Fixed filtering of querysets combined with the | operator.
Simon Charette
2021-05-04
Fixed #32693 -- Quoted and lowercased generated column aliases.
Hasan Ramezani
2021-04-28
Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...
Simon Charette
2021-04-28
Refs #32632 -- Added tests for returning a copy when combining Q() objects.
Mariusz Felisiak
2021-04-22
Used assertCountEqual() in ExcludeTests.test_exclude_subquery().
Mariusz Felisiak
2021-04-21
Fixed #32650 -- Fixed handling subquery aliasing on queryset combination.
Simon Charette
2021-04-12
Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined query...
Iuri de Silvio
2021-03-17
Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
Jonathan Richards
2021-03-10
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...
Mariusz Felisiak
2021-03-06
Fixed #24141 -- Added QuerySet.contains().
Johan Schiff
2021-02-18
Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...
starryrbs
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-14
Refs #7098 -- Removed support for passing raw column aliases to order_by().
Mariusz Felisiak
2021-01-14
Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.
Mariusz Felisiak
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-16
Fixed #31507 -- Added QuerySet.exists() optimizations to compound queries.
David-Wobrock
2020-11-16
Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets.
David-Wobrock
2020-11-14
Fixed #31496 -- Fixed QuerySet.values()/values_list() crash on combined query...
David-Wobrock
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-10-28
Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.
Simon Charette
2020-10-28
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2020-10-27
Fixed some queries tests when primary key values are large.
Tim Graham
2020-10-27
Removed an obsolete query test that assumes serial pks.
Tim Graham
2020-10-19
Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...
Hannes Ljungberg
2020-10-05
Fixed #32068 -- Added error messages on get() with filters following union(),...
Hasan Ramezani
2020-10-05
Refs #32068 -- Added tests for get() following union(), intersection(), and d...
Hasan Ramezani
2020-09-17
Fixed #31916 -- Fixed combined queryset crash when combining with ordered com...
Hasan Ramezani
2020-09-16
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
Kwist
2020-09-14
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-08-24
Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL ...
Nick Pope
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-29
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Hasan Ramezani
2020-07-07
Fixed #31767 -- Fixed QuerySet.none() on combined queryset.
Mariusz Felisiak
2020-07-06
Fixed #23797 -- Fixed QuerySet.exclude() when rhs is a nullable column.
Jacob Walls
2020-06-08
Fixed #31664 -- Reallowed using non-expressions having filterable attribute a...
Nicolas Baccelli
2020-05-27
Refs #31614 -- Added test for ordering by OrderBy() of combined queryset with...
Mariusz Felisiak
2020-05-26
Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of combined q...
Laurent Tramoy
2020-05-26
Refs #31614 -- Added test for aliases ordering on combined querysets.
Laurent Tramoy
2020-05-26
Used operator.attrgetter() in test_qs_combinators.
Laurent Tramoy
2020-05-19
Fixed #31578 -- Dropped support for MySQL 5.6.
Mariusz Felisiak
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-05-15
Refs #13227 -- Adjusted a test to avoid making a shared test model unpickable.
Simon Charette
2020-05-13
Fixed #31580 -- Added error messages on distinct() following union(), interse...
Hasan Ramezani
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
[next]