Class KeyTransformTextLookupMixin
Mixin for combining with a lookup expecting a text lhs from a JSONField
Declaration
class KeyTransformTextLookupMixin
source linkDocumentation
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
▷ def __init__(self, key_transform, *args, **kwargs)
Subclasses