From 280ccc3920b9c761c3911cf7e4d5c40555c37ce9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 25 Oct 2015 08:41:56 -0400 Subject: added prepopulate to note slugfield admin, fixed bug in blog imports and updated note build.py to work with djanog 1.9 --- app/blog/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/blog') diff --git a/app/blog/models.py b/app/blog/models.py index 03fb306..ed0bb40 100644 --- a/app/blog/models.py +++ b/app/blog/models.py @@ -205,7 +205,7 @@ import shutil from django_gravatar.helpers import get_gravatar_url, has_gravatar, get_gravatar_profile_url, calculate_gravatar_hash from django.dispatch import receiver from django_comments.signals import comment_was_posted -from django_comments import Comment +from django_comments.models import Comment from django_comments.moderation import CommentModerator, moderator class EntryModerator(CommentModerator): -- cgit v1.2.3