1
0
mirror of https://github.com/django/django.git synced 2025-07-20 01:29:11 +00:00
Tim Graham 6919586bcd [1.8.x] Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit.
AUTOINCREMENT is dropped converting an AutoField to IntegerField
which isn't the point of this test. MySQL would warn or error about
this.

Backport of b49cc8664306f8b44e9e12ebb9e43791d508ec74 from master
2016-01-22 13:08:50 -05:00
..