﻿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
33799	abulk_create() doesn't accept upsert parameters (update_conflicts, update_fields, unique_fields)	Dhruva Patil	Dhruva Patil	"abulk_create doesn't accept newly added upsert parameters even though the (preview) docs say it does.

{{{
File /usr/local/lib/python3.8/site-packages/django/db/models/manager.py:85, in BaseManager._get_queryset_methods.<locals>.create_method.<locals>.manager_method(self, *args, **kwargs)
     84 def manager_method(self, *args, **kwargs):
---> 85     return getattr(self.get_queryset(), name)(*args, **kwargs)

TypeError: abulk_create() got an unexpected keyword argument 'update_conflicts'
}}}
"	Bug	closed	Database layer (models, ORM)	4.1	Release blocker	fixed	async orm		Ready for checkin	1	0	0	0	0	0
