[Django]-Prefetch_related() join all on first item

1👍

I just realized I forgot a very important element : I’m using django-polymorphic for my base model.
I’ve run som
e tests and without polymorphic, prefetch_related works as expected.

I’ve opened an issue in django-polymorphic bug tracker : https://github.com/chrisglass/django_polymorphic/issues/68

I really apologize for that mistake, and I’m sorry for losing your time.

👤Agate

Leave a comment