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:
committed by
Mariusz Felisiak
parent
3ba7f2e906
commit
10178197d5
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user