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
After the "Fix unique together validator doesn't respect condition's fields (#9360)" merge, a SerializerMethodField named as the same of a model field goes into the HiddenField because of the unique_constraint_field is null
Uh oh!
There was an error while loading. Please reload this page.
DRF version 3.16.0
After the "Fix unique together validator doesn't respect condition's fields (#9360)" merge, a SerializerMethodField named as the same of a model field goes into the HiddenField because of the unique_constraint_field is null
model.py (part)
serializer.py
The text was updated successfully, but these errors were encountered: