Changes between Initial Version and Version 1 of Ticket #32704, comment 2
- Timestamp:
- May 3, 2021, 5:37:11 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32704, comment 2
initial v1 29 29 SELECT "ticket_32704_company"."id", "ticket_32704_company"."name", "ticket_32704_company"."trade_number" FROM "ticket_32704_company" 30 30 }}} 31 this is due to the fact that `defer()` doesn't clear the list of deferred field when chaining with `only()`. I attached a proposed patch.31 this is due to the fact that `defer()` doesn't clear the list of deferred field when chaining with `only()`. I attached a proposed [https://code.djangoproject.com/attachment/ticket/32704/ticket-32704.diff patch].