diff options
Diffstat (limited to 'tests/forms_tests/field_tests/test_booleanfield.py')
| -rw-r--r-- | tests/forms_tests/field_tests/test_booleanfield.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/forms_tests/field_tests/test_booleanfield.py b/tests/forms_tests/field_tests/test_booleanfield.py index 7ea117a071..b0153e9e0b 100644 --- a/tests/forms_tests/field_tests/test_booleanfield.py +++ b/tests/forms_tests/field_tests/test_booleanfield.py @@ -1,6 +1,7 @@ import pickle -from django.forms import BooleanField, ValidationError +from django.core.exceptions import ValidationError +from django.forms import BooleanField from django.test import SimpleTestCase |
