Django: avoid “useless use of .all()”
Adam Johnson reminds us that when you write a queryset with filter() you do not need to use all().
Adam Johnson reminds us that when you write a queryset with filter() you do not need to use all().