﻿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
31685	Support updating conflicts with QuerySet.bulk_create().	Vitor Pereira	Chih Sean Hsu	It would be useful having a parameter in `bulk_create()`, like `bulk_create(objs, upsert=True)` or `bulk_create(objs, update_conflicts=True)`, that lets you update existing rows when there's a conflict, much like what you can already do for a single entity with `update_or_create()`.	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed	bulk insert update upsert	Tom Forbes Chih Sean Hsu Adam Johnson	Ready for checkin	1	0	0	0	0	0
