Changes between Initial Version and Version 1 of Ticket #30374
- Timestamp:
- Apr 16, 2019, 2:03:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30374 – Description
initial v1 35 35 }}} 36 36 37 Should `union(..., all=True)` set orderedin the `QuerySet`? Or maybe should it look and see if all the source queries are ordered and propagate that to the `QuerySet` `union` returns?37 Should `union(..., all=True)` set `ordered` in the `QuerySet`? Or maybe should it look and see if all the source queries are ordered and propagate that to the `QuerySet` `union` returns? 38 38