[SOLVED]: Caught TypeError while rendering: unhashable type: 'dict'

2010-07-26 Thread Colleen A Josephson
, July 26, 2010 2:35 PM To: django-users@googlegroups.com Subject: Caught TypeError while rendering: unhashable type: 'dict' I'm trying to use the SSLMiddleware. I have a login page whose urlconf is: (r'^login/', 'django.contrib.auth.views.login', {

Caught TypeError while rendering: unhashable type: 'dict'

2010-07-26 Thread Colleen A Josephson
I'm trying to use the SSLMiddleware. I have a login page whose urlconf is: (r'^login/', 'django.contrib.auth.views.login', {'template_name': 'reg\ istration/login.html'}, {'SSL' : True}), When I go to that page, I get the error: TemplateS

Caught TypeError while rendering: unhashable type: 'dict'

2010-07-26 Thread Colleen A Josephson
I'm trying to use the SSLMiddleware. I have a login page whose urlconf is: (r'^login/', 'django.contrib.auth.views.login', {'template_name': 'reg\ istration/login.html'}, {'SSL' : True}), When I go to that page, I get the error: TemplateS