Re: Django MySql weirdness

2016-07-26 Thread Steve Bischoff
https://github.com/django/django/tree/master/django/contrib/admin/migrations The migrations are in here - the code that is failing in 0002_logentry_remove_auto_add.py is operations = [ migrations.AlterField( model_name='logentry', name='action_time', field=models.DateTimeField( verbose_name='

Re: Django MySql weirdness

2016-07-25 Thread Constantine Covtushenko
Hi Steve, Can you please provide code snippet here for 'action_time' field? Regards, On Mon, Jul 25, 2016 at 9:11 PM, Steve Bischoff wrote: > > > http://stackoverflow.com/questions/38534734/django-42000-invalid-default-value-for-action-time > > I have been trying to figure this one out for a b

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