Opened 7 hours ago

Last modified 6 hours ago

#36730 assigned Bug

Model validation of constraints fails for *excluded* ForeignKeys referenced by attname — at Initial Version

Reported by: Adam Johnson Owned by: Adam Johnson
Component: Database layer (models, ORM) Version: 6.0
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

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)

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top