Changes between Initial Version and Version 1 of Ticket #32704, comment 3


Ignore:
Timestamp:
May 3, 2021, 6:12:18 PM (3 years ago)
Author:
Manuel Baclet

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32704, comment 3

    initial v1  
    1 After reading the documentation carefully, i cannot say that it is clearly stated that defering all the fields used in a previous `.only()` call performs a reset of the deferred set.
     1After reading the documentation carefully, i cannot say that it is clearly stated that deferring all the fields used in a previous `.only()` call performs a reset of the deferred set.
    22
    33Moreover, in the `.defer()` [https://docs.djangoproject.com/en/dev/ref/models/querysets/#django.db.models.query.QuerySet.defer section], we have:
Back to Top