[extensions-web/django/upgrade-1.8] django-comments: replaced deprecated package
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/django/upgrade-1.8] django-comments: replaced deprecated package
- Date: Tue, 25 Oct 2016 21:31:31 +0000 (UTC)
commit ca6c200128e8a5797d3bcd020d701800e2594580
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Wed Oct 26 00:22:48 2016 +0300
django-comments: replaced deprecated package
sweettooth/ratings/views.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/ratings/views.py b/sweettooth/ratings/views.py
index 6442640..b3fc87b 100644
--- a/sweettooth/ratings/views.py
+++ b/sweettooth/ratings/views.py
@@ -1,8 +1,8 @@
import json
+import django_comments as comments
from django.core.urlresolvers import reverse
-from django.contrib import comments
from django.contrib.messages import info
from django.shortcuts import redirect
from django.utils.dateformat import format as format_date
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]