Re: Bug with order_by and reverse on a __in exclusion query

2021-03-29 Thread אורי
Did you open a ticket? https://code.djangoproject.com/ אורי u...@speedy.net On Mon, Mar 29, 2021 at 11:18 PM Nathaniel Brown wrote: > Basically when I try to exclude all members that have cancelled standing > from all the poems it breaks and includes all Poems no matter if the member > was c

Bug with order_by and reverse on a __in exclusion query

2021-03-29 Thread Nathaniel Brown
Basically when I try to exclude all members that have cancelled standing from all the poems it breaks and includes all Poems no matter if the member was cancelled. You can remove the order_by and reverse clauses on the poems_created and the list shows fine, yet when I add a order_by it has no e