1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/indexes
Aaron Elliot Ross 6bf7964023 Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False.
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f)
to avoid setting db_index=False.
2016-06-28 08:22:20 -04:00
..
__init__.py
models.py Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False. 2016-06-28 08:22:20 -04:00
tests.py Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False. 2016-06-28 08:22:20 -04:00