mirror of
https://github.com/django/django.git
synced 2025-11-19 03:08:59 +00:00
Refs #36210 -- Added release note for further subquery support for composite pks.
Some checks failed
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Docs / blacken-docs (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Some checks failed
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Docs / blacken-docs (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Follow-up to fd569dd45b.
This commit is contained in:
parent
181e3bd71c
commit
eed7f44244
1 changed files with 3 additions and 0 deletions
|
|
@ -297,6 +297,9 @@ Models
|
|||
* :meth:`.QuerySet.raw` now supports models with a
|
||||
:class:`~django.db.models.CompositePrimaryKey`.
|
||||
|
||||
* Subqueries returning a :class:`~django.db.models.CompositePrimaryKey` can now
|
||||
be used as the target of lookups other than ``__in``, such as ``__exact``.
|
||||
|
||||
* :class:`~django.db.models.JSONField` now supports
|
||||
:ref:`negative array indexing <key-index-and-path-transforms>` on SQLite.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue