diff options
Diffstat (limited to 'tests/distinct_on_fields/tests.py')
| -rw-r--r-- | tests/distinct_on_fields/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/distinct_on_fields/tests.py b/tests/distinct_on_fields/tests.py index 3e6e6c2358..68290d7b8f 100644 --- a/tests/distinct_on_fields/tests.py +++ b/tests/distinct_on_fields/tests.py @@ -4,7 +4,7 @@ from django.db.models import Max from django.test import TestCase, skipUnlessDBFeature from django.test.utils import str_prefix -from .models import Tag, Celebrity, Fan, Staff, StaffTag +from .models import Celebrity, Fan, Staff, StaffTag, Tag @skipUnlessDBFeature('can_distinct_on_fields') |
