Django: avoid “useless use of .all()”

Django: avoid “useless use of .all()”

Articles

Adam Johnson reminds us that when you write a queryset with filter() you do not need to use all().