Blog>

Django Query Optimization - Defer, Only, and Exclude

Posted on 14 March 2025

This article looks at the differences between Django QuerySet's defer(), only(), and exclude() methods.