﻿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
36741	Link to discussion about Model.save() not being bulk-friendly from bulk_update() caveats	Lam Phung	Youngkwang Yang	"The documentation for QuerySet.update() briefly mentions that the model’s save() method is not called and pre_save/post_save signals are not sent. However, the docs do not explain why this matters or what those signals normally do. This could be confusing for new contributors who are understanding the difference between update(), and manually calling save() on each object. The current documentation could be updated to include information on why selecting the wrong method could disrupt current logic, or when it is safe/unsafe to use update(). 

"	Cleanup/optimization	closed	Documentation	5.2	Normal	fixed		Youngkwang Yang	Ready for checkin	1	0	0	0	0	0
