From 3f35f7dd0c79f76518a71f597b96c226d08157fb Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 22 Jun 2015 17:07:13 +0530 Subject: Remove taggit-autocomplete app, make pip compatible Conflicts: testapp/templates/demo_urls.py --- testapp/exam/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testapp/exam/models.py') 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 ############################################################################### -- cgit