﻿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
34177	"QuerySet.bulk_create() crashes on ""pk"" in unique_fields."	Mariusz Felisiak	Mariusz Felisiak	"`QuerySet.bulk_create()` crashes on `""pk""` in `unique_fields` which should be allowed.
{{{
  File ""/django/django/db/backends/utils.py"", line 89, in _execute
    return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: column ""pk"" does not exist
LINE 1: ...S (3127, 3, 3, 'c'), (3128, 4, 4, 'd') ON CONFLICT(""pk"") DO ...
}}}

Bug in 0f6946495a8ec955b471ca1baaf408ceb53d4796."	Bug	closed	Database layer (models, ORM)	4.1	Release blocker	fixed		Chih Sean Hsu Carlton Gibson	Ready for checkin	1	0	0	0	0	0
