﻿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
9164	mysql backend, foreign key respect order	cristofaro.campagna@…	nobody	"Introspection mysql backend not respect order on foreing key. List of table extract by function get_table_list using ""show table"", this command not return correct response for goal.
Show tables return list table into db, but these haven't order in models.py definition.

es.
 class A(models.Model):
    cma = models.ForeignKey(B)

 class B(models.Model):
    att = models.CharField(max_length=60, blank=True)

In this example B is not define class

For resolve problem i just implemented new introspection.py and attach in this ticket

Bye!"	Bug	closed	Core (Management commands)	1.0	Normal	duplicate	foreignkey inspectdb		Accepted	0	0	0	0	0	0
