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


Ignore:
Timestamp:
Mar 23, 2025, 9:27:14 PM (7 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #28682, comment 3

    initial v1  
    11Note that a more generic ticket to allow returning specified fields was accepted in #32406 where [https://code.djangoproject.com/ticket/32406#comment:23 a proposed signature that maintains backward compatibility was proposed].
     2
     3If the current signature was accepted this could be achieved by doing `Model.objects.update(updates, returning_values_list=["id"])`.
Back to Top