-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Description
Hi,
I am getting the following traceback when I am trying to access notices feeds page:
Traceback:
File "/home/rtnpro/.virtualenvs/test/lib/python2.7/site-packages/Django-1.3.1-py2.7.egg/django/core/handlers/base.py" in get_response
-
File "/home/rtnpro/.virtualenvs/test/lib/python2.7/site-packages/django_notification-0.1.5-py2.7.egg/notification/decorators.py" in basic_auth
response = callback(request, _callback_args, *_callback_kwargs)
-
File "/home/rtnpro/.virtualenvs/test/lib/python2.7/site-packages/django_notification-0.1.5-py2.7.egg/notification/views.py" in feed_for_user
return view_func(request, _args, *_kwargs)
-
File "/home/rtnpro/.virtualenvs/test/lib/python2.7/site-packages/Django-1.3.1-py2.7.egg/django/contrib/syndication/views.py" in feed
"feed": NoticeUserFeed,
-
instance = f()
Exception Type: TypeError at /notices/feed/
Exception Value: init() takes exactly 3 arguments (1 given)
A more detailed traceback can be found at http://pastebin.com/AyRdQRWD. Is this really a bug?
Thanks
Metadata
Metadata
Assignees
Labels
No labels