1
0
mirror of https://github.com/django/django.git synced 2025-04-03 04:56:41 +00:00
Ed Morley 82ce55dbbe [1.10.x] Fixed #27558 -- Prevented redundant index on InnoDB ForeignKey.
The MySQL backend overrides _field_should_be_indexed() so that it skips
index creation for ForeignKeys when using InnoDB.
2016-12-01 12:25:37 -05:00
..