mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Added release notes for partial JSONField updates support.
This commit is contained in:
parent
6bbc16f3c1
commit
f6ae03da62
@ -318,6 +318,10 @@ Models
|
|||||||
* :meth:`.QuerySet.explain` now supports the ``memory`` and ``serialize``
|
* :meth:`.QuerySet.explain` now supports the ``memory`` and ``serialize``
|
||||||
options on PostgreSQL 17+.
|
options on PostgreSQL 17+.
|
||||||
|
|
||||||
|
* Added :class:`~django.db.models.functions.JSONSet` and
|
||||||
|
:class:`~django.db.models.functions.JSONRemove` for making partial updates
|
||||||
|
and removing keys in :class:`~django.db.models.JSONField`.
|
||||||
|
|
||||||
Requests and Responses
|
Requests and Responses
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user