Re: dict objects are unhashable in admin... in this a bug?

2009-07-14 Thread Some Guy
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 ne

Re: dict objects are unhashable in admin... in this a bug?

2009-07-14 Thread Alex Gaynor
On Tue, Jul 14, 2009 at 2:28 PM, Some Guy 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 a

dict objects are unhashable in admin... in this a bug?

2009-07-14 Thread Some Guy
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