Package: django-notification
Version: 0.1.5-1
Severity: grave
Tags: patch
Justification: renders package unusable

The attached patch changes 'import feed' to 'import Feed', and then
the module behaves as expected.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Subject: properly import django.contrib.syndication.views.Feed
 Otherwise an exception is raised when send_now() is called
Author: Jonathan Wiltshire <j...@debian.org>
Last-update: 2012-07-14

--- django-notification-0.1.5.orig/notification/views.py
+++ django-notification-0.1.5/notification/views.py
@@ -3,7 +3,7 @@
 from django.http import HttpResponseRedirect, Http404
 from django.template import RequestContext
 from django.contrib.auth.decorators import login_required
-from django.contrib.syndication.views import feed
+from django.contrib.syndication.views import Feed
 
 from notification.models import *
 from notification.decorators import basic_auth_required, simple_basic_auth_callback

Reply via email to