diff options
Diffstat (limited to 'tests/modeladmin/tests.py')
| -rw-r--r-- | tests/modeladmin/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modeladmin/tests.py b/tests/modeladmin/tests.py index 38bfcc25dd..0c7a115fef 100644 --- a/tests/modeladmin/tests.py +++ b/tests/modeladmin/tests.py @@ -13,8 +13,8 @@ from django.contrib.admin import (SimpleListFilter, from django.core.exceptions import ImproperlyConfigured from django.forms.models import BaseModelFormSet from django.forms.widgets import Select -from django.test import TestCase -from django.test.utils import str_prefix, override_settings +from django.test import TestCase, override_settings +from django.test.utils import str_prefix from django.utils import six from .models import Band, Concert, ValidationTestModel, ValidationTestInlineModel |
