Changes between Initial Version and Version 1 of Ticket #30374


Ignore:
Timestamp:
Apr 16, 2019, 2:03:08 PM (5 years ago)
Author:
Rich Rauenzahn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30374 – Description

    initial v1  
    3535}}}
    3636
    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?
     37Should `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?
    3838
Back to Top