Changes between Initial Version and Version 1 of Ticket #28682, comment 3
- Timestamp:
- Mar 23, 2025, 9:27:14 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #28682, comment 3
initial v1 1 1 Note 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 3 If the current signature was accepted this could be achieved by doing `Model.objects.update(updates, returning_values_list=["id"])`.