Opened 10 months ago
Closed 5 weeks ago
#35103 closed Cleanup/optimization (fixed)
UniqueConstraint message does not use violation_error_message
Reported by: | Gerben Morsink | Owned by: | Gerben Morsink |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 5.1 |
Severity: | Normal | Keywords: | UniqueConstraint, violation_error_message |
Cc: | Simon Charette | 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
Although this is documented, it is unexpected. Therefore I filed it as a cleanup/optimization.
See https://forum.djangoproject.com/t/customizing-validationerror-message-on-uniqueconstraint/25105 for a (possible) patch.
Change History (19)
comment:1 by , 10 months ago
Has patch: | unset |
---|---|
Triage Stage: | Unreviewed → Accepted |
UI/UX: | unset |
comment:2 by , 10 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 10 months ago
Has patch: | set |
---|
comment:5 by , 10 months ago
Needs documentation: | set |
---|
comment:6 by , 6 months ago
Needs documentation: | unset |
---|
comment:7 by , 6 months ago
Patch needs improvement: | set |
---|
comment:8 by , 5 months ago
Patch needs improvement: | unset |
---|---|
Version: | 4.1 → dev |
comment:9 by , 5 months ago
Version: | dev → 5.1 |
---|
comment:10 by , 5 months ago
Patch needs improvement: | set |
---|
comment:11 by , 5 months ago
Patch needs improvement: | unset |
---|
comment:12 by , 5 months ago
Needs tests: | set |
---|---|
Patch needs improvement: | set |
comment:13 by , 5 months ago
Patch needs improvement: | unset |
---|
comment:14 by , 2 months ago
Needs tests: | unset |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:15 by , 2 months ago
Resolution: | fixed |
---|---|
Status: | closed → new |
Please do not close a ticket before its patch is committed in the repository. Unsetting the "Needs tests" flag should be enough to promote the patch in the review queue again!
comment:16 by , 2 months ago
Easy pickings: | unset |
---|---|
Patch needs improvement: | set |
comment:17 by , 2 months ago
Somehow a lot of seemingly unrelated tests are failing on my local machine. It could have to do with https://code.djangoproject.com/ticket/30581 being merged in between the first release and the current release.
@Sarah Boyce: do you know why these lines were changed:
https://github.com/django/django/commit/13922580cccfb9ab2922ff4943dd39da56dfbd8c ?
comment:18 by , 5 weeks ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
While Simon did provide a draft patch on the forum, I'll uncheck "Has patch" until there is a pull request to review.