﻿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
33506	QuerySet.bulk_update() should perform atomic writes against routed db_for_write.	Simon Charette	nobody	Discovered in https://code.djangoproject.com/ticket/33501#comment:3 but the summary is that `bulk_update` doesn't set `self._for_write = True` prior to accessing `self.db` so the latter is actually `db_for_read` and that includes the `transaction.atomic` block creation.	Bug	closed	Database layer (models, ORM)	4.0	Normal	fixed			Ready for checkin	1	0	0	0	0	0
