Searched refs:django_exceptions (Results 1 – 2 of 2) sorted by relevance
11 from django.core import exceptions as django_exceptions unknown114 raise django_exceptions.ValidationError(errors)159 raise django_exceptions.ValidationError('%s required to create %s, '
33 from django.core import exceptions as django_exceptions unknown37 except django_exceptions.ImproperlyConfigured: