Changes between Initial Version and Version 2 of Ticket #29088
- Timestamp:
- Jan 30, 2018, 10:14:08 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29088
- Property Resolution → invalid
- Property Status new → closed
- Property Component Uncategorized → contrib.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]'} 1 I'm unable to perform a lookup at my database using `__in=[iterator]` fields lookup using json notation. 2 My json syntax is: `{'risk__in': '[High,Medium]'}` 5 3 6 4 hoping to lookup a risk field (defined in my models.py) which holds High,Medium and Low values. 7 5 8 6 All 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.7 Unfortunately, I couldn't find any documentation related to `field__in=[iterator`] ->json field lookup to clarify. 10 8 11 9 Thank you very much