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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---