Hi Group, I'm using svn version of django and SQLite3 on linux. I set up a basic admin user and when I try to access the edit page I get the "TemplateSyntaxError at /admin/auth/user/1/ Caught an exception while rendering: dict objects are unhashable"
Is this a bug? how far back should I downgrade to get around it? error screen paste below... <div{% if not line.fields|length_is:"1" %} class="field-box"{% endif %} > 9 {% if field.is_checkbox %} 10 {{ field.field }}{{ field.label_tag }} 11 {% else %} 12 {{ field.label_tag }}{{ field.field }} <<--- This {{field.field}} is highlighted red in the debug screen! 13 {% endif %} 14 {% if field.field.field.help_text %}<p class="help"> {{ field.field.field.help_text|safe }}</p>{% endif %} 15 </div> --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---