Changes between Initial Version and Version 1 of Ticket #29262, comment 6
- Timestamp:
- Mar 28, 2018, 9:17:25 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29262, comment 6
initial v1 1 1 It's more than likely that I have misinterpreted your request to address this issue as a demand for core to fix the issue due to language differences. I apologise. 2 2 3 https://code.djangoproject.com/ticket/26426 (customise joins) and https://code.djangoproject.com/ticket/25590 (custom join classes) are almost duplicates, but are much more general than the specific feature of supporting user-defined left joins. I'd probably argue that https://code.djangoproject.com/ticket/26426 should be closed, as we have EXISTS expressions now that can solve that specific problem. Would you agree Tim?3 #26426 (customise joins) and #25590 (custom join classes) are almost duplicates, but are much more general than the specific feature of supporting user-defined left joins. I'd probably argue that #26426 should be closed, as we have EXISTS expressions now that can solve that specific problem. Would you agree Tim? 4 4 5 5 I think there are really two features that we should try to support.