I was wondering, if there are any differences between django rest_framework`s:
from rest_framework.exceptions import ValidationError
from rest_framework.serializers import ValidationError
as they are imported differentrly.
I was wondering, if there are any differences between django rest_framework`s:
from rest_framework.exceptions import ValidationError
from rest_framework.serializers import ValidationError
as they are imported differentrly.