Adds ValidationError
This commit is contained in:
parent
2815780839
commit
a6e7388d81
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
from django.core.exceptions import ValidationError
|
||||
from django.db import models
|
||||
from django.utils.encoding import python_2_unicode_compatible
|
||||
from django_countries.fields import CountryField
|
||||
|
|
Loading…
Reference in a new issue