On Jul 23, 2006, at 5:52 PM, Afternoon wrote:
> Has anybody else seen this error? It's obvious that Http404 doesn't
> have the method, it's just a subclass of Exception. If this is just a
> Django bug, I'll happily post a patch, just want to feel out any
> possible stupidness on my part first :-)

You're probably doing ``return Http404`` instead of ``raise Http404``.

Jacob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to