Changes between Initial Version and Version 1 of Ticket #25298, comment 7


Ignore:
Timestamp:
Aug 31, 2015, 11:17:37 PM (9 years ago)
Author:
Y3K

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25298, comment 7

    initial v1  
    1 It looks like it isn't possible to know beforehand if the subquery will return more than one row, therefore the two possibles solutions I got while discussing this at #django-dev are:
     1It looks like it isn't possible to know beforehand if the subquery will return more than one row (unless we execute the query to check first, but we all know this isn't a sane solution), therefore the two possibles solutions I got while discussing this at #django-dev are:
    22
    33*  Remove said feature at all, validating the queryset passed to the filter, raising an exception if it **can** return more than one row.
Back to Top