Changes between Initial Version and Version 3 of Ticket #28749
- Timestamp:
- Oct 27, 2017, 5:34:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28749 – Description
initial v3 1 1 Hi, 2 2 3 I have a legitimate use-case, where I want to filter using "in" operator a PostgreSQL ArrayField (contrib.postgres.fields.array.ArrayField) .3 I have a legitimate use-case, where I want to filter using "in" operator a PostgreSQL ArrayField (contrib.postgres.fields.array.ArrayField) when using a subquery. 4 4 5 5 Current implementation does not allow that.