Django QuerySet Caching - Unexpected Behavior When Using Prefetch Related
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-05
django orm prefetch_related
I'm facing an issue with Django's ORM where the prefetch related queries seem to have unexpected results. I have a model structure like this: ```python class A...