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
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
2 matches
Mail list logo