The problem I found is that a join doesn't get promoted to an outer. I
already started fixing it, will make a PR soon.
Was the same problem you had?
On Thu, Oct 3, 2019 at 1:32 PM 'Alexandr Aktsipetrov' via Django developers
(Contributions to Django itself) wrote:
>
> On Monday, September 30, 20
Hi!
I think you've found the wrong mailing list for this post. This mailing
list is for the development of Django itself, not for support using Django.
This means the discussions of bugs and features in Django itself, rather
than in your code using it. People on this list are unlikely to answer yo
On Monday, September 30, 2019 at 5:47:12 PM UTC+3, André Ericson wrote:
>
> Hello,
>
> I came across the discovery (due to a bug on our code) that it's possible
> to pass a non-boolean to the __isnull filter. What would be the desired
> behavior here?
> Should we raise an exception or should Dja