summaryrefslogtreecommitdiff
path: root/tests/select_related_regress/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/select_related_regress/tests.py')
-rw-r--r--tests/select_related_regress/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/select_related_regress/tests.py b/tests/select_related_regress/tests.py
index e575697cb1..640add4638 100644
--- a/tests/select_related_regress/tests.py
+++ b/tests/select_related_regress/tests.py
@@ -4,7 +4,7 @@ from django.test import TestCase
from django.utils import six
from .models import (
- A, B, C, Building, Chick, Child, Class, Client, ClientStatus, Connection,
+ A, B, Building, C, Chick, Child, Class, Client, ClientStatus, Connection,
Country, Device, Enrollment, Hen, Item, Organizer, Person, Port,
SpecialClient, State, Student, TUser,
)