GeeWee / django-auto-prefetching

Automatic prefetching for Django
MIT License
231 stars 18 forks source link

Updated documentation for how to override get_queryset manually #22

Closed GeeWee closed 4 years ago

GeeWee commented 4 years ago

The docs were incorrect before, telling you a wrong way to override get_queryset which meant the mixin code would never be called.

Fixes #21