﻿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
29974	QuerySet.bulk_update() doesn't support non-truthy primary keys	Tom Forbes	nobody	"Currently bulk_update checks the `bool()` of each primary key given to the method. This will fail if the primary key is `0` (or another type that overrides `__bool__` to return False). What I should have done is made the check explicitly check for `None`.

"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
