mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
Refs #36210 -- Added release note for further subquery support for composite pks.
Follow-up to fd569dd45b.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user