#33647: bulk_update and bulk_create silently truncating values for size limited
fields on postgres
-------------------------------------+-------------------------------------
Reporter: jerch | Owner: Rowan
| Douglas
Type: Bug | Status: assigned
Component: Database layer | Version: 4.0
(models, ORM) |
Severity: Release blocker | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Rowan Douglas):
Thank you for the suggestions. I will make sure to go over the history of
this ticket and the related tickets you mentioned before starting.
As a new contributor, I would like to clarify the backport reasoning. Am I
correct in understanding that changing the signature of Field.db_type is
only something that can occur on the active branch as it is not purely a
fix, but also a change in the general interface. Therefore we will make a
specific fix for the stable branches first, and then introduce the bigger
change as part of the next release.
Let me know if I have misunderstood anything.
--
Ticket URL: <
https://code.djangoproject.com/ticket/33647#comment:30>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.