CodexBloom - AI-Powered Q&A Platform

Issues with Django's QuerySet caching when using Values List for Nested Serializer

👀 Views: 2 💬 Answers: 1 📅 Created: 2025-06-09
django django-rest-framework serialization

I'm facing an issue with Django's ORM when using `values_list()` to retrieve data for a nested serializer. I'm trying to optimize my queries to fetch only the n...