Changes between Initial Version and Version 1 of Ticket #36860
- Timestamp:
- Jan 12, 2026, 10:24:50 AM (7 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36860 – Description
initial v1 76 76 77 77 This previously worked but now returns "django.core.exceptions.FieldError: Cannot select the 'underlying_id' alias. Use annotate() to promote it.". The problem seems to continue with 6.0 78 79 I should note that while I appreciate this may well be "Won't Fix" if the problem lies with django-cte, it would be very helpful to know what the error means - the documentation does not seem to use "promote" in concert with "annotate()" at any point I could find.