Re: How to set the CURRENT_TIMESTAMP in a datetime field

2009-03-27 Thread Malcolm Tredinnick
On Fri, 2009-03-27 at 03:58 -0700, PyMan wrote: > Hi all guys. > > I tried to look for around a way to set a datetime field with the > CURRENT_TIMESTAMP value. I found nothing useful. Did I miss anything? You missed that this list is for the development of Django itself, not "how can I..." quest

How to set the CURRENT_TIMESTAMP in a datetime field

2009-03-27 Thread PyMan
Hi all guys. I tried to look for around a way to set a datetime field with the CURRENT_TIMESTAMP value. I found nothing useful. Did I miss anything? Imagine some processes running on parallel servers: what when one process has to set a datetime field to "now" where "now" MUST BE set using the db