Re: Dict objects are unhashable errors (FOUND THE BUG anyone know why?)

2009-07-19 Thread Karen Tracey
On Thu, Jul 16, 2009 at 5:06 PM, Some Guy wrote: > > Hi Group, > I found a bug that was causing my issue (ref: > > http://groups.google.com/group/django-users/browse_thread/thread/130f36db5e95bd81 > ) > > In my urls.py I have a line ... > >(r'^diamond/(?P\d+)/$', 'object_detail', info_dict, >

Re: Dict objects are unhashable errors

2009-07-16 Thread Some Guy
good question! I was basing it off the docs (or so I thought) on generic views. django urls.py has never been very intuitive for me, so I rely on copying from the docs pretty heavily. I guess it got mangled at some stage... thanks for the link tho. :) On Jul 16, 2:15 pm, Alex Koshelev wrote: >

Re: Dict objects are unhashable errors

2009-07-16 Thread Alex Koshelev
On Fri, Jul 17, 2009 at 1:07 AM, Some Guy wrote: > > 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\d+)/$', 'object_detail', info_dict, > {'template': 'diam

Re: Dict objects are unhashable errors

2009-07-16 Thread Some Guy
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\d+)/$', 'object_detail', info_dict, {'template': 'diamond_detail.html'}), On Jul 15, 12:14 pm, Some Guy wrote: > I

Dict objects are unhashable errors (FOUND THE BUG anyone know why?)

2009-07-16 Thread Some Guy
Hi Group, I found a bug that was causing my issue (ref: http://groups.google.com/group/django-users/browse_thread/thread/130f36db5e95bd81) In my urls.py I have a line ... (r'^diamond/(?P\d+)/$', 'object_detail', info_dict, {'template': 'diamond_detail.html'}), If I comment it out it, everyt

Re: Dict objects are unhashable errors

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

Dict objects are unhashable errors

2009-07-15 Thread Some Guy
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/datastructur