UniqueTogether validation doesn't verify uniqueness between data items when many=True #9329
Replies: 2 comments
-
I've also found another issue with
|
Beta Was this translation helpful? Give feedback.
-
Probably serializers shouldn't create UniqueTogether validators when The error that I get right now if
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've found a potential issue very similar in nature to #6395, but with
UniqueTogetherValidator
instead ofUniqueValidator
.Seeing as we now support this behavior for
UniqueValidator
as of 3.15, it feels like subverted expectation that we would not also support the same behavior forUniqueTogetherValidator
.Does this feel like a real issue? Or something out of scope for the framework?
Example
Beta Was this translation helpful? Give feedback.
All reactions