On 2011-12-16, at 14:44 , Joey Espinosa wrote:
> I think it's also worth noting that MyISAM doesn't support foreign keys,
> which would make the object relationships that Django creates impossible.
That's not correct, the relationships are there (it's just tags between two 
columns), they're just completely unchecked, so the RDBMS will not warn you if 
you break relationships.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to