Django MySql weirdness

2016-07-25 Thread Steve Bischoff
http://stackoverflow.com/questions/38534734/django-42000-invalid-default-value-for-action-time I have been trying to figure this one out for a bit now, does anyone have any tips on why mysql won't take in this date time from django? Thanks -- You received this message because you are subscrib

Re: Django MySql weirdness

2016-07-26 Thread Steve Bischoff
eField( verbose_name='action time', default=timezone.now, editable=False, ), ), ] On Monday, July 25, 2016 at 3:17:13 PM UTC-4, Constantine Covtushenko wrote: > > Hi Steve, > > Can you please provide code snippet here for 'action_time' field? > > Regards, &g