1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #33966 -- Added support for using KeyTextTransform from lookup.

This commit is contained in:
Allen Jonathan David
2022-08-30 22:56:18 +05:30
committed by Mariusz Felisiak
parent 3ba7f2e906
commit 10178197d5
4 changed files with 63 additions and 5 deletions

View File

@@ -216,6 +216,10 @@ Models
allows performing actions that can fail after a database transaction is
successfully committed.
* The new :class:`KT() <django.db.models.fields.json.KT>` expression represents
the text value of a key, index, or path transform of
:class:`~django.db.models.JSONField`.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~