Changes between Initial Version and Version 1 of Ticket #28664, comment 4
- Timestamp:
- Oct 1, 2017, 6:30:59 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28664, comment 4
initial v1 1 1 The current consensus in #28497 would be to officialize the support of `__eq=queryset`. 2 2 3 Note that the ywon't be any way from protecting you from passing a queryset returning more than a single result and ending up with a `more than one row returned by a subquery used as an expression` or similar message from the database. You'll have to make sure the provided filters don't match more than a single row or that you `LIMIT` your query.3 Note that there won't be any way from protecting you from passing a queryset returning more than a single result and ending up with a `more than one row returned by a subquery used as an expression` or similar message from the database. You'll have to make sure the provided filters don't match more than a single row or that you `LIMIT` your query.