Django Queryset only and defer
In Django, you can use the defer() method on a QuerySet to specify that certain fields should not be retrieved from the database when the QuerySet is evaluated. This can be useful if you have fields in your model that contain large amounts of data an...
arjun.name.np1 min read