Re: threadlocals, created_by and save problem

2006-09-27 Thread kmganesh
the problem is corrected using: editable=False in created_by and updated_by, i have also updated the wiki. cheers, Ganesh. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

threadlocals, created_by and save problem

2006-09-27 Thread Ganesh KM
Hi,    i am using http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser to automatically add updated_by and created_by info, class Entry(models.Model):    name = models.CharField('name', maxlength=100)     content = models.TextField('content')     created_by = models.ForeignKey(User, relat