You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__iexact reduce call has default value now. (#45206)
Addresses
https://sentry.my.sentry.io/organizations/sentry/issues/392893/?project=2
by allowing empty `values` arrays and letting django orm resolve to a
falsey `Q`. Interestingly, there doesn't seem to be a consistent safe
way to do this other than create a Q that will always be false
incidentally.
0 commit comments