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
2022-06-27
[4.1.x] Fixed #33796 -- Fixed ordered combined queryset crash when used in su...
Mariusz Felisiak
2022-05-04
Refs #30581 -- Added Q.check() hook.
Gagaro
2022-05-03
Refs #30581 -- Added Q.flatten().
Gagaro
2022-04-19
Refs #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL when for...
Mariusz Felisiak
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-04-14
Made select_for_update() don't raise TransactionManagementError on databases ...
Mariusz Felisiak
2022-04-14
Expanded QuerySet.explain() error message if a backend supports no formats.
Tim Graham
2022-04-13
Improved ExplainTests.test_basic().
Mariusz Felisiak
2022-04-12
Fixed #24296 -- Made QuerySet.exists() clear selected columns for not sliced ...
mgaligniana
2022-04-12
Refs #18414 -- Added tests for selected columns of sliced distinct querysets.
mgaligniana
2022-04-11
Removed DatabaseFeatures.validates_explain_options.
Mariusz Felisiak
2022-04-11
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...
Mariusz Felisiak
2022-04-11
Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...
Mariusz Felisiak
2022-03-16
Refs #30581 -- Allowed sql.Query to be used without model.
Gagaro
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-02-25
Fixed #31486 -- Deprecated passing unsaved objects to related filters.
Albert Defler
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-09
Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against wri...
Simon Charette
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-27
Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.
Jörg Breitbart
2022-01-17
Fixed #29338 -- Allowed using combined queryset in Subquery.
Mariusz Felisiak
2021-12-08
Fixed #33319 -- Fixed crash when combining with the | operator querysets with...
Ömer Faruk Abacı
2021-11-29
Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...
Hannes Ljungberg
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-10-08
Refs #25467 -- Added test for excluding one-to-one relation with unsaved obje...
Jacob Walls
2021-10-08
Fixed tests.queries.models.StaffUser.__str__().
Jacob Walls
2021-09-30
Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...
Mariusz Felisiak
2021-09-24
Fixed #33127 -- Added error messages on | and & operators with combined query...
Hasan Ramezani
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
[next]