#36730: Model validation of constraints fails for *excluded* ForeignKeys referenced
by attname
-------------------------------------+-------------------------------------
Reporter: Adam | Owner: Adam Johnson
Johnson |
Type: Bug | Status: assigned
Component: Database | Version: 6.0
layer (models, ORM) |
Severity: Release | Keywords:
blocker |
Triage Stage: | Has patch: 1
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Like #36433, but for the case where the foreign gets excluded by the form
due to already being invalid. Another 6.0 release blocker, as forms that
would validate before now crash with `FieldError`. Bisected to
e44e8327d3d88d86895735c0e427102063ff5b55 as well.
Reproduction repository: (pending)
--
Ticket URL: <
https://code.djangoproject.com/ticket/36730>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.