You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting a unique_together to UniqueConstraint results in an uncaught IntegrityError when trying to add a duplicate in a related model with InlinePanel.
Issue Summary
Converting a
unique_together
toUniqueConstraint
results in an uncaughtIntegrityError
when trying to add a duplicate in a related model withInlinePanel
.I found this older issue relating to
unique_together
: wagtail/wagtail#2136I also found this issue, but it seems it's only for images? wagtail/wagtail#8715
Technical details
Python 3.12.7
5.1.2
6.2.2
FF 131.0.2
The text was updated successfully, but these errors were encountered: