Changes between Initial Version and Version 1 of Ticket #28919, comment 24
- Timestamp:
- May 26, 2020, 10:12:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28919, comment 24
initial v1 1 1 I wonder if this isn't a feature we can combine with the request for adding `QuerySet.alias` (#27719). 2 2 3 Adding a `QuerySet` aliaswould result in a CTE and could then be easily pruned if the queryset drops all references to this alias.3 Adding an alias to a `QuerySet` expression would result in a CTE and could then be easily pruned if the queryset drops all references to this alias.