admin.py is here --> http://pastebin.com/m23760293 ... stack trace is here -> http://pastebin.com/m971fc89
It's fairly vanilla. I also had a similar error from the {%doctools%} tag on change_list page. SInce it was not essential I changed it to a comment tag. Things work ok after that, but I need the ability to edit users :-) Right now I'm using 1.1 beta 1 django, apache2, and sqlite3 I saw something similar in trac but it was closed with "works for me" On Jul 14, 12:41 pm, Alex Gaynor <alex.gay...@gmail.com> wrote: > 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 -~----------~----~----~----~------~----~------~--~---