wagtail / django-modelcluster

Django extension to allow working with 'clusters' of models as a single unit, independently of the database
BSD 3-Clause "New" or "Revised" License
485 stars 66 forks source link

Update queryset.py to solve bug: 'FakeQuerySet' object has no attribute '_prefetch_related_lookups' #163

Open wimfeijen opened 2 years ago

wimfeijen commented 2 years ago

Resolve bug: 'FakeQuerySet' object has no attribute '_prefetch_related_lookups'

gasman commented 1 year ago

Thanks @wimfeijen! Please could you add a test for this?