On Fri, Oct 28, 2011 at 12:49 AM, Leonardo Giordani
<giordani.leona...@gmail.com> wrote:
> This is a problem related to Innodb and MyISAM. Django uses this
> latter,

Incorrect. Django doesn't have any built in preference for InnoDB or
MyISAM -- it uses the system default table type. On most systems,
MyISAM is the default, but this isn't guaranteed or expected.

Django supports both MyISAM and InnoDB table types, but the available
feature set changes depending on the underlying table store.

Yours,
Russ Magee %-)

-- 
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