index
:
django.git
fix-31295
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
3 days
Fixed #36912 -- Added connector validation to Q.create().
Anna Makarudze
4 days
Moved QuerySet.extra() assertions to a separate test.
Tim Graham
2026-04-02
Fixed #20024 -- Fixed handling of __in lookups with None in exclude().
Eddy Adegnandjou
2026-03-21
Refs #36883 -- Split monolithic aggregation/lookup/queries tests.
Tim Graham
2026-03-19
Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().
Simon Charette
2026-03-19
Fixed #36795 -- Enforced quoting of all database object names.
Simon Charette
2026-03-11
Refs #28455 -- Implemented private API methods for preventing QuerySet cloning.
Keryn Knight
2026-02-12
Added tests for QuerySet.union() across different models and value aliases.
Emanuel Lupi
2026-02-06
Refs #36644 -- Applied default ordering after union().
Nilesh Kumar Pahari
2026-02-03
Fixed CVE-2026-1287 -- Protected against SQL injection in column aliases via ...
Jake Howard
2026-01-27
Refs #35744 -- Removed problematic __in lookup in test_intersection_in_nested...
Tim Graham
2026-01-06
Fixed #29257 -- Caught DatabaseError when attempting to close a possibly alre...
VIZZARD-X
2025-11-05
Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on dictiona...
Jacob Walls
2025-11-05
Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via the _conne...
Jacob Walls
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-10-01
Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggregate(), ...
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
[next]