QuerySet.only() and QuerySet.defer() can be used to refine which fields the ORM will pull, deferring the others until the appropriate attributes on the models are accessed.
QuerySet.only()
QuerySet.defer()
1.4m articles
1.4m replys
5 comments
57.0k users