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


Ignore:
Timestamp:
May 3, 2021, 5:37:11 AM (3 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32704, comment 2

    initial v1  
    2929SELECT "ticket_32704_company"."id", "ticket_32704_company"."name", "ticket_32704_company"."trade_number" FROM "ticket_32704_company"
    3030}}}
    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.
     31this 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].
Back to Top