Changes between Initial Version and Version 2 of Ticket #29088


Ignore:
Timestamp:
Jan 30, 2018, 10:14:08 AM (6 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29088

    • Property Resolutioninvalid
    • Property Status newclosed
    • Property Component Uncategorizedcontrib.postgres
  • Ticket #29088 – Description

    initial v2  
    1 I'm unable to perform a lookup at my database using __in=[iterator] fields lookup using json notation.
    2 My json syntax is:
    3 
    4 {'risk__in': '[High,Medium]'}
     1I'm unable to perform a lookup at my database using `__in=[iterator]` fields lookup using json notation.
     2My json syntax is: `{'risk__in': '[High,Medium]'}`
    53
    64hoping to lookup a risk field (defined in my models.py) which holds High,Medium and Low values.
    75
    86All other json searches are performed well. It is a bug or I fail to generate json string correctly?
    9 Unfortunately, I couldn't find any documentation related to field__in=[iterator] ->json field lookup to clarify.
     7Unfortunately, I couldn't find any documentation related to `field__in=[iterator`] ->json field lookup to clarify.
    108
    119Thank you very much
Back to Top