Home
last modified time | relevance | path

Searched refs:django_exceptions (Results 1 – 6 of 6) sorted by relevance

/external/autotest/frontend/afe/
Drdb_model_extensions.py9 from django.core import exceptions as django_exceptions unknown
117 raise django_exceptions.ValidationError(errors)
162 raise django_exceptions.ValidationError('%s required to create %s, '
/external/autotest/frontend/afe/json_rpc/
DserviceHandler.py27 from django.core import exceptions as django_exceptions unknown
31 except django_exceptions.ImproperlyConfigured:
/external/autotest/scheduler/
Drdb_hosts.py21 from django.core import exceptions as django_exceptions unknown
135 except django_exceptions.FieldError as e:
Drdb_unittest.py20 from django.core import exceptions as django_exceptions unknown
171 exception_types = [django_exceptions.FieldError,
Drdb.py12 from django.core import exceptions as django_exceptions unknown
202 except (django_exceptions.FieldError,
/external/autotest/site_utils/
Drun_suite.py60 from django.core import exceptions as django_exceptions unknown
87 except django_exceptions.ImproperlyConfigured as e: