Closed
Description
@dag18e @n2ygk I think we added some things here that are not really needed:
- AFAIK .filter() can't raise DoesNotExist
- L412 casts the Queryset to a list and then slicing, I do no think this is needed and this slows down things a bit
I feel these things should be addressed in a follow up PR
Originally posted by @MattBlack85 in #906 (comment)