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
/
django
/
db
/
models
/
query.py
Age
Commit message (
Expand
)
Author
2026-04-19
Refs #28586 -- Added DEFAULT_FETCH_MODE module constant.
Jacob Walls
2026-04-03
Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().
varunkasyap
2026-03-11
Refs #28455 -- Avoided QuerySet cloning in simple prefetch_related() usages.
Keryn Knight
2026-03-11
Refs #28455 -- Implemented private API methods for preventing QuerySet cloning.
Keryn Knight
2026-02-13
Fixed #36857 -- Added QuerySet.totally_ordered property.
VIZZARD-X
2026-02-06
Fixed #36644 -- Enabled empty order_by() to avoid pk ordering by first()/last().
Nilesh Kumar Pahari
2026-02-06
Refs #36644 -- Applied default ordering after union().
Nilesh Kumar Pahari
2026-01-13
Fixed #35442 -- Prevented N+1 queries in RelatedManager with only().
Samriddha9619
2025-11-06
Fixed #36702 -- Made bulk_create() return pk values set by an expression.
us77ipis
2025-11-05
Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on dictiona...
Jacob Walls
2025-10-25
Fixed #36683 -- Added error message on QuerySet.update() following distinct(*...
Matthew Shirley
2025-10-16
Refs #28586 - Copied fetch mode in QuerySet.create().
Adam Johnson
2025-10-16
Refs #28586 -- Copied fetch modes to related objects.
Adam Johnson
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-10-14
Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/last() wh...
Jacob Walls
2025-09-30
Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field.
Adam Johnson
2025-09-25
Refs #36605 -- Optimized QuerySet.in_bulk() for the empty id_list case.
Adam Johnson
2025-09-25
Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .valu...
John Parton
2025-09-22
Fixed #35453 -- Made ManyToManyField.concrete False.
Ryan P Kilby
2025-09-16
Fixed #36606 -- Optimized QuerySet.values_list(flat=True) without fields.
Adam Johnson
2025-09-16
Fixed #36426 -- Added support for further iterables in prefetch_related_objec...
blingblin-g
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-08-29
Refs #36152 -- Suppressed duplicate warning when using "%" in alias via value...
Jacob Walls
2025-08-21
Refs #36430, #36416, #34378 -- Simplified batch size calculation in QuerySet....
Jacob Walls
2025-08-15
Refs #36490 -- Simplified QuerySet._batched_insert returning fields handling.
Simon Charette
2025-08-15
Fixed #36490 -- Avoided unnecessary transaction in bulk_create.
Simon Charette
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-03
Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.
Jacob Walls
2025-06-03
Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_res...
myoungjinGo-BE
2025-05-19
Fixed #36388 -- Made QuerySet.union() return self when called with no arguments.
Colleen Dunlap
2025-05-12
Fixed #36373 -- Fixed select_related() crash on foreign object for a composit...
Simon Charette
2025-04-30
Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations thro...
Simon Charette
2025-04-26
Refs #36326 -- Fixed QuerySet.raw() crash on models with CompositePrimaryKey ...
Mariusz Felisiak
2025-04-17
Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw().
SaJH
2025-04-11
Fixed #36288 -- Addressed improper handling of duplicates in values_list().
Simon Charette
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-26
Refs #36260 -- Moved _is_pk_set checks into _prepare_for_bulk_create().
Simon Charette
2025-03-26
Fixed #36260 -- Made bulk_create() work with DB-generated primary keys.
Dmitry Shachnev
2025-02-11
Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.
Simon Charette
2025-02-01
Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create().
Simon Charette
2025-01-30
Fixed #36155 -- Improved error handling when annotate arguments require an al...
Vinko Mlačić
2025-01-29
Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_...
Sarah Boyce
2025-01-15
Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...
Sarah Boyce
2025-01-14
Refs #36075 -- Adjusted pk_fields usage in bulk_update eligibility checks.
Simon Charette
2025-01-13
Refs #36075 -- Used field in pk_fields over field.primary_key.
Sarah Boyce
2025-01-10
Fixed #36068 -- Raised ValueError when providing a composite PK field to bulk...
Jacob Walls
2025-01-03
Fixed #35918 -- Added support for execute_sql to directly return row counts.
Raphael Gaschignard
2025-01-02
Fixed typo in django/db/models/query.py docstring.
Jacob Walls
[next]