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
Rest Framework validators do not implement the__eq__ method like many of their Django counterparts.
The expressionProhibitSurrogateCharactersValidator() == ProhibitSurrogateCharactersValidator() evaluates toFalse when it would be useful to have it evaluate toTrue, especially in tests.