Searched refs:django_exceptions (Results 1 - 5 of 5) sorted by relevance

/external/autotest/frontend/afe/
H A Drdb_model_extensions.py9 from django.core import exceptions as django_exceptions namespace
117 raise django_exceptions.ValidationError(errors)
162 raise django_exceptions.ValidationError('%s required to create %s, '
/external/autotest/frontend/afe/json_rpc/
H A DserviceHandler.py27 from django.core import exceptions as django_exceptions namespace
31 except django_exceptions.ImproperlyConfigured:
/external/autotest/scheduler/
H A Drdb_hosts.py22 from django.core import exceptions as django_exceptions namespace
137 except django_exceptions.FieldError as e:
H A Drdb.py12 from django.core import exceptions as django_exceptions namespace
203 except (django_exceptions.FieldError,
H A Drdb_unittest.py20 from django.core import exceptions as django_exceptions namespace
171 exception_types = [django_exceptions.FieldError,

Completed in 150 milliseconds