[Django]-Django Validators in Serializer vs Constraints in Models

0👍

If you plan on creating or updating a model instance without a serializer than those constraints can go unchecked if you don’t have the constraints defined on the model.

👤merhoo

Leave a comment