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
[6.0.x] Fixed CVE-2026-1287 -- Protected against SQL injection in column alia...
Jake Howard
2025-11-05
[6.0.x] Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on ...
Jacob Walls
2025-11-05
[6.0.x] Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via th...
Jacob Walls
2025-10-01
[6.0.x] Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggre...
Mariusz Felisiak
2025-09-17
Refs #27222 -- Restored Model.save()'s refreshing of db_returning fields even...
Simon Charette
2025-09-16
Refs #27222 -- Deduplicated db_returning fields in Model.save().
Jacob Walls
2025-08-04
Fixed #34871, #36518 -- Implemented unresolved lookups expression replacement.
Simon Charette
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-06-10
Refs #36419 -- Fixed BulkUpdateTests.test_json_field_sql_null() crash on Oracle.
Mariusz Felisiak
2025-06-06
Fixed #36419 -- Ensured for_save was propagated when resolving expressions.
Clifford Gama
2025-05-19
Fixed #36388 -- Made QuerySet.union() return self when called with no arguments.
Colleen Dunlap
2025-05-08
Refs #36143 -- Tested bulk_batch_size limit for bulk_update and bulk_create.
Sage Abdullah
2025-04-11
Fixed #36288 -- Addressed improper handling of duplicates in values_list().
Simon Charette
2025-02-11
Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.
Simon Charette
2025-01-14
Refs #36075 -- Adjusted pk_fields usage in bulk_update eligibility checks.
Simon Charette
2024-11-08
Fixed #35011, Refs #28900 -- Added tests for QuerySet.union() with multiple m...
Jacob Rief
2024-10-30
Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...
Anthony Joseph
2024-10-14
Fixed #35744 -- Relabelled external aliases of combined queries.
Simon Charette
2024-09-02
Fixed #35712 -- Prevented Q.check() from leaving the connection in an unusabl...
Alex Fischer
2024-08-26
Added supports_select_union skips in queries and aggregation tests.
Tim Graham
2024-07-19
Fixed #35559 -- Avoided unnecessary query on sliced union of empty queries.
Simon Charette
2024-07-03
Fixed #28900 -- Propagated all selected fields to combinator queries.
Simon Charette
2024-07-03
Refs #28900 -- Made SELECT respect the order specified by values(*selected).
Simon Charette
2024-05-02
Refs #34007, Refs #35359 -- Added Q.referenced_based_fields property.
David Sanders
2024-03-15
Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans.
Adam Johnson
2024-02-07
Fixed #35099 -- Prevented mutating queryset when combining with & and | opera...
Hisham Mahmood
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-16
Refs #34013 -- Registered instance lookups as documented in tests.
Simon Charette
2023-12-12
Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.
Simon Charette
2023-12-06
Refs #34986 -- Avoided implementation-specific unpickleable types.
Nick Pope
2023-09-26
Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on P...
Mariusz Felisiak
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-08-23
Fixed #34744 -- Prevented recreation of migration for constraints with a dict...
David Sanders
2023-08-10
Fixed non-deterministic order in SubqueryTests.test_slice_subquery_and_query.
Mariusz Felisiak
2023-06-14
Refs #32143 -- Removed superflous constraints on excluded query.
Simon Charette
2023-03-24
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...
David Wobrock
2023-02-21
Refs #31445 -- Added test for nesting QuerySet.union().
Mariusz Felisiak
2023-01-20
Fixed #34267 -- Fixed sliced QuerySet.union() crash.
Francesco Panico
2023-01-17
Refs #31486 -- Removed ability to pass unsaved model instances to related fil...
Mariusz Felisiak
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
[next]