1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Added release notes for partial JSONField updates support.

This commit is contained in:
Shafiya Adzhani 2024-08-24 23:19:13 +07:00
parent 6bbc16f3c1
commit f6ae03da62
No known key found for this signature in database
GPG Key ID: 60EFE0ABBED2C6D3

View File

@ -318,6 +318,10 @@ Models
* :meth:`.QuerySet.explain` now supports the ``memory`` and ``serialize``
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
~~~~~~~~~~~~~~~~~~~~~~