On Wed, Dec 22, 2010 at 2:55 AM, Andy <[email protected]> wrote: > MySQL with MyISAM tables doesn't support Foreign Key.
to be precise, it's supported but ignored. so, Django generates it, and if you're using InnoDB tables, it will work as intended; if it's MyISAM, it won't make a difference. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

