django-virtual-models icon indicating copy to clipboard operation
django-virtual-models copied to clipboard

Consider returning sealed querysets in get_optimized_queryset

Open fjsj opened this issue 2 years ago • 0 comments

See: https://github.com/charettes/django-seal

  • [ ] Friendlier exception if prefetched value is filtered (causing N+1)
  • [ ] Friendlier exception if select_related value has N+1 due to missing nested join

fjsj avatar Sep 27 '22 21:09 fjsj