Class KeyTransformTextLookupMixin

Mixin for combining with a lookup expecting a text lhs from a JSONField

Declaration

class KeyTransformTextLookupMixin
source link

Documentation

key lookup. On PostgreSQL, make use of the ->> operator instead of casting
key values to text and performing the lookup on the resulting
representation.

Methods

Subclasses