﻿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
29968	Document that QuerySet.bulk_update() doesn't check if objs contains duplicates	lyl-lucas	Hasan Ramezani	"bulk_update method at master branch, the param `objs` is a list. if `objs` have the duplicated obj in it, it will only update depend on the lower-index obj. if it needs to consider raise Exception when it comes to this situation?


{{{
    def bulk_update(self, objs, fields, batch_size=None):
        """"""
        Update the given fields in each of the given objects in the database.
        """"""
}}}



"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed		Tom Forbes	Ready for checkin	1	0	0	0	0	0
