The mysql ndb (cluster) and MyISAM engines do not support referential integrity, and neither does sqlite. In looking around on this list and the web, i've noticed that django actually handles many of these reference features on its own. However, in the docs on django/mysql at http://www.djangoproject.com/documentation/databases/ it is mentioned that "Django expects the database to support transactions, referential integrity, and Unicode support (UTF-8 encoding)".
Are there any features that might not work in django when using an engine such as ndb? Has anyone tried using django with MySQL cluster? Should there be any _other_ issues anyone can think of that might come up when using django with MySQL Cluster? thankyou -Richard Stevens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

