﻿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
36654	Incorrect docstring in model _do_update	Václav Řehák	Augusto Pontes	"In 55a0073b3beb9de8f7c1f7c44a7d0bc10126c841 _do_update was changed not to return bool but a list of updated fileds but the docstring at
https://github.com/django/django/blob/main/django/db/models/base.py#L1185 was not updated


{{{
Try to update the model. Return True if the model was updated (if an
update query was done and a matching row was found in the DB).
}}}
"	Cleanup/optimization	closed	Database layer (models, ORM)	6.0	Normal	fixed			Ready for checkin	1	0	0	0	0	0
