Opened 2 years ago
Last modified 2 years ago
#34177 closed Bug
QuerySet.bulk_create() crashes on "pk" in unique_fields. — at Initial Version
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 4.1 |
Severity: | Release blocker | Keywords: | |
Cc: | Chih Sean Hsu, Carlton Gibson | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
QuerySet.bulk_create()
crashes on "pk"
in unique_fields
which should be allowed.
Note:
See TracTickets
for help on using tickets.