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
2026-02-03
[4.2.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...
Jake Howard
2025-11-05
[4.2.x] Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on ...
Jacob Walls
2025-11-05
[4.2.x] Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via th...
Jacob Walls
2025-10-01
[4.2.x] Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggre...
Mariusz Felisiak
2023-01-20
[4.2.x] Fixed #34267 -- Fixed sliced QuerySet.union() crash.
Francesco Panico
2022-12-21
Removed unnecessary commas in tests.
Mariusz Felisiak
2022-12-02
Refs #33308 -- Avoided passing None to RawSQL's params.
Florian Apolloner
2022-11-23
Refs #33050 -- Added test for QuerySet.count() on combined queries with selec...
Mariusz Felisiak
2022-11-15
Fixed #34123 -- Fixed combinator order by alias when using select_related().
Simon Charette
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-10-31
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-10-29
Fixed #34125 -- Fixed sliced QuerySet.union() crash on a single non-empty que...
Simon Charette
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-07
Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...
Mariusz Felisiak
2022-10-05
Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...
Simon Charette
2022-10-04
Fixed #34012 -- Made QuerySet.order_by() apply transforms on related fields f...
David Sanders
2022-09-22
Refs #34012 -- Added test for ordering by transform of related fields.
Mariusz Felisiak
2022-09-22
Fixed #34015 -- Allowed filtering by transforms on relation fields.
Mariusz Felisiak
2022-08-30
Fixed #21204 -- Tracked field deferrals by field instead of models.
Simon Charette
2022-07-27
Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Nick Pope
2022-07-27
Used AND, OR, XOR constants instead of hard-coded values.
Nick Pope
2022-06-27
Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...
Mariusz Felisiak
2022-06-13
Made QuerySet.bulk_update() raise an error when batch_size is zero.
Ebram Shehata
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
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
[next]