Re: Allow querying JSONField with F objects #29769

2018-11-13 Thread Josh Smeaton
Hi Mani, No response can mean either the readers here do not have the same problem and have no comment, or your implementation does not require much discussion. In any case, you could continue with the process by proposing a formal patch, and getting someone to review it once it meets the requ

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 written a customer expre

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