On Jan 10, 2008 3:51 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> never had any problem with django-registration until today, when I got
> two of these:
> Traceback (most recent call last):
>
>  File "/home/grmadmin/webapps/django/django/core/handlers/base.py",
> line 77, in get_response
>   response = callback(request, *callback_args, **callback_kwargs)
>
>  File "/home/grmadmin/webapps/django/classic/registration/views.py",
> line 35, in activate
>   account.backend = 'django.contrib.auth.backends.ModelBackend'
>
> AttributeError: 'bool' object has no attribute 'backend'
>
> What is that, and why did it just do it today? I haven't changed
> anything on that site.
>

Somehow 'account' is being given a bool value.  I can't tell you why because
I can't figure out what code you are running.  Is the code in
.../django/classic/registration some version of this project:

http://code.google.com/p/django-registration/

?  If so, what version, since the code cited in the exception doesn't match
what's current for that code?  If not, where did the code in
.../django/classic/registration come from?

Karen

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to