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
2025-11-05
[6.0.x] Refs CVE-2025-64459 -- Avoided propagating invalid arguments to Q on ...
Jacob Walls
2025-10-14
[6.0.x] Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/l...
Jacob Walls
2025-09-22
[6.0.x] 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
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-01
Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...
Sarah Boyce
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-09-02
Fixed #35690 -- Errored nicely when using in_bulk() with a values() or values...
John Parton
2024-07-03
Refs #28900 -- Made SELECT respect the order specified by values(*selected).
Simon Charette
2024-02-26
Fixed #35241 -- Cached model's full parent list.
Adam Johnson
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-02
Improved variable names in QuerySet.delete().
Michael
2023-10-06
Fixed #34889 -- Fixed get_prefetch_queryset() fallback in prefetch_one_level().
Mariusz Felisiak
2023-09-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
2023-09-07
Fixed #34791 -- Fixed incorrect Prefetch()'s cache for singly related objects.
Maxime Toussaint
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-25
Simplified QuerySet.update_or_create() a bit.
Muzaffer Cikay
2023-08-09
Fixed #34586 -- Made QuerySet.create() raise ValueError for reverse one-to-ma...
Mariana
2023-07-31
Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().
John Parton
[next]