Allow querying JSONField with F objects #29769

2018-10-27 Thread Mani S
Django's F objects does not perform JSON lookups. A ticket has been raised for the same https://code.djangoproject.com/ticket/29769 I have written a customer expression for querying JSONField and * it works!* class KeyTextTransformFactory: def __init__(self, key_name): self.key_name

Re: Allow querying JSONField with F objects #29769

2018-11-10 Thread Mani S
Hi devs, Any update on this? Would like to know your thoughts Thanks, Mani On Sun, Oct 28, 2018 at 1:28 AM Mani S wrote: > Django's F objects does not perform JSON lookups. A ticket has been raised > for the same https://code.djangoproject.com/ticket/29769 > > I have w