| Issue 2: | confirm_email doesn't always return properly | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Exception in request: ValueError: The view common.decorator.confirm_email
didn't return an HttpResponse object.
Traceback (most recent call last):
File
"/base/data/home/apps/jaiku/1.332030396662882956/django.zip/django/core/handlers/base.py",
line 103, in get_response
raise ValueError, "The view %s.%s didn't return an HttpResponse
object." % (callback.__module__, view_name)
ValueError: The view common.decorator.confirm_email didn't return an
HttpResponse object.
Mar 15, 2009
#1
s...@samj.net
Apr 2, 2009
added a change to at least raise the appropriate error when this happens: http://rietku.appspot.com/3006/
Status:
Accepted
Owner: andyster |