﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26116	"schema's test_alter_implicit_id_to_explicit warns/errors with ""Field 'id' doesn't have a default value"" on MySQL"	Tim Graham	Tim Graham	"On MySQL 5.6.27:
{{{
django/db/backends/mysql/base.py:112: Warning: Field 'id' doesn't have a default value
  return self.cursor.execute(query, args)
}}}

On MySQL 5.7.10:
{{{
IntegrityError: (1364, ""Field 'id' doesn't have a default value"")
}}}
(I guess MySQL is getting stricter about data integrity.)

I'm not sure if it's something Django can fix or if the test should be skipped on MySQL."	Bug	closed	Migrations	1.8	Normal	fixed			Accepted	1	0	0	0	0	0
