Comment (by Bhuvnesh):
I guess no one is working on this one so i'll just open a quick PR.
--
Ticket URL: <https://code.djangoproject.com/ticket/34171#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Bhuvnesh
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34171#comment:3>
* has_patch: 0 => 1
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/16315 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34171#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4035bab56f2862a25cd7bfba41a84e58672cb1cc" 4035bab5]:
{{{
#!CommitTicketReference repository=""
revision="4035bab56f2862a25cd7bfba41a84e58672cb1cc"
Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in
unique_fields/update_fields.
Bug in 0f6946495a8ec955b471ca1baaf408ceb53d4796.
Thanks Joshua Brooks for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34171#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"170322451acc18ff3311c68db1b9b1d3f7cb7913" 1703224]:
{{{
#!CommitTicketReference repository=""
revision="170322451acc18ff3311c68db1b9b1d3f7cb7913"
[4.1.x] Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with
db_column in unique_fields/update_fields.
Bug in 0f6946495a8ec955b471ca1baaf408ceb53d4796.
Thanks Joshua Brooks for the report.
Backport of 4035bab56f2862a25cd7bfba41a84e58672cb1cc from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34171#comment:6>