Changes between Initial Version and Version 1 of Ticket #31614
- Timestamp:
- May 20, 2020, 2:46:11 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31614
- Property Component Uncategorized → Database layer (models, ORM)
- Property Triage Stage Unreviewed → Accepted
- Property Summary Add a NULLS FIRST / LAST clause while ordering a union → order_by() with expressions crashes on union() querysets.
- Property Type Uncategorized → Bug
-
Ticket #31614 – Description
initial v1 1 I have read the recent tickets about unions and order_by ( https://code.djangoproject.com/ticket/31496, https://code.djangoproject.com/ticket/27995, https://code.djangoproject.com/ticket/30628) , and my bug is slightly different, so I hope it's not a duplicate.1 I have read the recent tickets about unions and order_by (#31496, #27995, #30628) , and my bug is slightly different, so I hope it's not a duplicate. 2 2 3 3 Let's consider two similar models: