Upgraded to 1.1.1 added admin for first time per instructions in settings.py and urls.py after upgrading to 1.1.1. No admin.py at this point. created new super user logged in to admin console for first time. and got the following error:
In template /Library/Python/2.5/site-packages/django/contrib/admin/ templates/admin/base.html, error at line 30 Caught an exception while rendering: dict objects are unhashable 20 <!-- Header --> 21 <div id="header"> 22 <div id="branding"> 23 {% block branding %}{% endblock %} 24 </div> 25 {% if user.is_authenticated and user.is_staff %} 26 <div id="user-tools"> 27 {% trans 'Welcome,' %} 28 <strong>{% firstof user.first_name user.username %}</strong>. 29 {% block userlinks %} 30 {% url django-admindocs-docroot as docsroot %} 31 {% if docsroot %} 32 <a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / 33 {% endif %} 34 {% url admin:password_change as password_change_url %} 35 {% if password_change_url %} 36 <a href="{{ password_change_url }}"> 37 {% else %} 38 <a href="{{ root_path }}password_change/"> 39 {% endif %} 40 {% trans 'Change password' %}</a> / -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.