Changes between Initial Version and Version 1 of Ticket #32704, comment 3
- Timestamp:
- May 3, 2021, 6:12:18 PM (4 years ago)
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 defer ing all the fields used in a previous `.only()` call performs a reset of the deferred set.1 After 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. 2 2 3 3 Moreover, in the `.defer()` [https://docs.djangoproject.com/en/dev/ref/models/querysets/#django.db.models.query.QuerySet.defer section], we have: