serializers.py
1023 Bytes
-
Use serializers.ValidationError · 670b0b71
Per django rest framework docs, and to prevent confusion with Django's ValidationError, `serializers.ValidationError` is preferred to `exceptions.ValidationError`.
Marlon committed