summaryrefslogtreecommitdiff
path: root/testapp/exam/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/models.py')
-rw-r--r--testapp/exam/models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testapp/exam/models.py b/testapp/exam/models.py
index 1e1fbea..9e37ef5 100644
--- a/testapp/exam/models.py
+++ b/testapp/exam/models.py
@@ -4,8 +4,7 @@ from random import sample, shuffle
from itertools import islice, cycle
from django.db import models
from django.contrib.auth.models import User
-from taggit_autocomplete_modified.managers import TaggableManagerAutocomplete\
-as TaggableManager
+from taggit.managers import TaggableManager
###############################################################################