Advances #9. An alternative way of writing… foo.filter(a, ~Q(b)) … is… foo.filter(a).exclude(b) … if this way is disturbing to the reader.
Advances #9. An alternative way of writing… foo.filter(a, ~Q(b)) … is… foo.filter(a).exclude(b) … if this way is disturbing to the reader.