Found out what was causing this error behavior. this line was in my urls.py.. commenting it out fixed everything. I just can't see what's wrong with it :-)
# (r'^diamond/(?P<object_id>\d+)/$', 'object_detail', info_dict, {'template': 'diamond_detail.html'}), On Jul 15, 12:14 pm, Some Guy <djul...@gmail.com> wrote: > I should add my django versions too > > dev: 1.1 beta 1 SVN-11082 > > Deploy: 1.1 beta 1 > > On Jul 15, 12:12 pm, Some Guy <djul...@gmail.com> wrote: > > > > > Hi, > > I seem to have a problem where various contrib elements are throwing a > > template error "dict objects are unhashable" > > I'm seeing it in admin, comments, etc. Both on my dev setup and > > deployed. > > > The line of code always seems to be File "/Library/Python/2.5/site- > > packages/django/utils/datastructures.py", line 269, in setlistdefault > > if key not in self: > > > How am I the only one experiencing this? :-) > > > Dev: devserver, Python 2.5.1 (r251:54863, Feb 6 2009, 19:02:12), > > sqlite3 > > > Deployed: apache2/modpython, Python 2.5.2 (r252:60911, Jul 31 2008, > > 17:31:22), sqlite3 > > > any Ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---