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
Right now, the database models are using default constraints as defined by the ModelSerializer construct. Constraints such as unique, readonly, etc need to be placed as appropriate on the serialize classes. The could be done through explicit serialization field or through validators.
The text was updated successfully, but these errors were encountered:
Right now, the database models are using default constraints as defined by the
ModelSerializer
construct. Constraints such as unique, readonly, etc need to be placed as appropriate on the serialize classes. The could be done through explicit serialization field or through validators.The text was updated successfully, but these errors were encountered: