Re: (Admin) user logged in in model field

2006-11-06 Thread mrstone
Hi I think you will find your answers here: http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser regards Sten --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

(Admin) user logged in in model field

2006-11-05 Thread Picio
Hello, can someone help? I have a web app, that works pretty well just with the admin interface ! (very nice BTW) This is a model I have: class operation(models.Model): descr= models.TextField() data = models.DateField('giorno') time_spent = models.FloatField(max_digits=2