Changes between Initial Version and Version 1 of Ticket #26426, comment 5
- Timestamp:
- Mar 28, 2018, 8:50:31 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26426, comment 5
initial v1 1 This specific issue has been fixed with the addition of Exists expressions: https://docs.djangoproject.com/en/ 2.0/ref/models/expressions/#exists-subqueries1 This specific issue has been fixed with the addition of Exists expressions: https://docs.djangoproject.com/en/stable/ref/models/expressions/#exists-subqueries 2 2 3 The more general problem of supporting custom joins is: https://code.djangoproject.com/ticket/292623 The more general problem of supporting custom joins is: #29262.