Re: Curious error with Free Comments

2006-11-16 Thread Ramdas S
I removed the primary_key field now it is working. Otherwise it works with object.slug instead of object.id in case your model has a primary_key on the slug On 11/16/06, Sir Knight < [EMAIL PROTECTED]> wrote: > > > No, I neve touched any of those > > I guess it has to do with the fact that I do

Re: Curious error with Free Comments

2006-11-16 Thread Sir Knight
No, I neve touched any of those I guess it has to do with the fact that I do not have article.id property. What did I do wrong in models this time around Ramdas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Curious error with Free Comments

2006-11-16 Thread [EMAIL PROTECTED]
Have you altered the freecomment model? I had the same error (well.. something similar) when I changed it to accept person_url and person_email. If so, it is an error in your view which is causing this. On Nov 16, 12:06 pm, "Ramdas S" <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to

Curious error with Free Comments

2006-11-16 Thread Ramdas S
Hi, I have been trying to integrate Free Comments following the popular article -- http://code.djangoproject.com/wiki/UsingFreeComment I am getting this error. VariableDoesNotExist at /articles/2006/nov/11/shahjahan/ Failed lookup for key [id] in This my code snippet from