On Tue, Jul 14, 2009 at 2:28 PM, Some Guy <djul...@gmail.com> wrote: > > 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> > > > Can you paste the admin.py file or other code for the app that's giving you this error? Alex
-- "I disapprove of what you say, but I will defend to the death your right to say it." -- Voltaire "The people's good is the highest law." -- Cicero "Code can always be simpler than you think, but never as simple as you want" -- Me --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---