summaryrefslogtreecommitdiff
path: root/tests/proxy_models
diff options
context:
space:
mode:
Diffstat (limited to 'tests/proxy_models')
-rw-r--r--tests/proxy_models/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/proxy_models/models.py b/tests/proxy_models/models.py
index 604136b5ac..c0277e093f 100644
--- a/tests/proxy_models/models.py
+++ b/tests/proxy_models/models.py
@@ -4,6 +4,7 @@ they will take data directly from the table of their base class table rather
than using a new table of their own. This allows them to act as simple proxies,
providing a modified interface to the data from the base class.
"""
+
from django.db import models
# A couple of managers for testing managing overriding in proxy model cases.