summaryrefslogtreecommitdiffstats
path: root/askbot/migrations/0009_calculate_html_field_for_comments.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/migrations/0009_calculate_html_field_for_comments.py')
-rw-r--r--askbot/migrations/0009_calculate_html_field_for_comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/migrations/0009_calculate_html_field_for_comments.py b/askbot/migrations/0009_calculate_html_field_for_comments.py
index 3a3fc8d0..53de1832 100644
--- a/askbot/migrations/0009_calculate_html_field_for_comments.py
+++ b/askbot/migrations/0009_calculate_html_field_for_comments.py
@@ -5,8 +5,8 @@ from south.db import db
from south.v2 import DataMigration
from django.db import models
from django.utils.html import urlize
-from django.template.defaultfilters import slugify
from django.core.urlresolvers import reverse
+from askbot.utils.slug import slugify
try:
from forum import const
except ImportError: