summaryrefslogtreecommitdiff
path: root/testapp/exam/models.py
diff options
context:
space:
mode:
authorankitjavalkar2015-06-22 17:07:13 +0530
committerankitjavalkar2015-08-03 15:23:02 +0530
commit3f35f7dd0c79f76518a71f597b96c226d08157fb (patch)
treee718f17240f36d111b9bd25c619473d6105351d1 /testapp/exam/models.py
parent36d8e3decc13b775e7f464e891e400bc686da4b8 (diff)
downloadonline_test-3f35f7dd0c79f76518a71f597b96c226d08157fb.tar.gz
online_test-3f35f7dd0c79f76518a71f597b96c226d08157fb.tar.bz2
online_test-3f35f7dd0c79f76518a71f597b96c226d08157fb.zip
Remove taggit-autocomplete app, make pip compatible
Conflicts: testapp/templates/demo_urls.py
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
###############################################################################