Closed ZviBaratz closed 3 years ago
Querysets should be evaluated with qs.exists() rather than bool(qs).
qs.exists()
bool(qs)
Querysets should be evaluated with
qs.exists()
rather thanbool(qs)
.