﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28682	QuerySet.update() : return the IDs of the matched rows	Дилян Палаузов	nobody	"By coincidence all backends that can_return_ids_from_bulk_insert, which happens to be only Postgresql, can also return ids from UPDATE:

UPDATE ... SET ... RETURNING id;

* update QuerySet.update() to return the PKs of the updated rows
* update the documentation of QuerySet.update(), stating the specific return type for PG
* possibly rename can_return_ids_from_bulk_insert to can_return_ids or can_return_anything(_from_select_insert_update_delete)?"	Uncategorized	new	Database layer (models, ORM)	1.11	Normal				Unreviewed	0	0	0	0	0	0
