clokep / django-querysetsequence

Chain multiple (disparate) QuerySets in Django
https://django-querysetsequence.readthedocs.io/
ISC License
107 stars 25 forks source link

Support prefetching in `iterator()` #95

Open clokep opened 2 years ago

clokep commented 2 years ago

See Django 4.1 release notes:

QuerySet.iterator() now supports prefetching related objects as long as the chunk_size argument is provided. In older versions, no prefetching was done.