﻿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
35919	bulk_create with update_conflicts=True does not return the primary keys of the created objects on MariaDb 10.10.7	Gerben Morsink		"After updating Django to version 5.1 to use the bulk_create in combination with update_conflicts I found that bulk_create does still not return the primary keys of the created events on my setup. According to the docs this is a new addition in Django 5.0 that I would really like to use to create related objects in bulk. (the note in the docs: https://docs.djangoproject.com/en/5.1/ref/models/querysets/)

After trying bulk_update both with conflicts (validation of UniqueConstraint) and without, I found both ways without any luck.

Is there a discrepancy in the docs or should this actually work? I'm on MariaDB 10.10.7.
"	Uncategorized	closed	Database layer (models, ORM)	5.1	Normal	duplicate			Unreviewed	0	0	0	0	0	0
