class documentation

Mixin for combining with a lookup expecting a text lhs from a JSONField key lookup. On PostgreSQL, make use of the ->> operator instead of casting key values to text and performing the lookup on the resulting representation.

Method __init__ Undocumented
def __init__(self, key_transform, *args, **kwargs): (source)

Undocumented