Some Guy
unread,Jul 15, 2009, 3:12:15 PM7/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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?