#15776: Delete Regression in Django 1.3
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  lukeplant
  aaron.l.madison@…                  |         Status:  new
                   Type:  Bug        |      Component:  Database layer
              Milestone:  1.3        |  (models, ORM)
                Version:  1.3        |       Severity:  Release blocker
             Resolution:             |       Keywords:  db mysql delete
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  1
Patch needs improvement:  0          |  Easy pickings:  0
-------------------------------------+-------------------------------------

Comment (by lukeplant):

 For other people trying to reproduce this, it seems only to be a problem
 with the InnoDB engine. You'll need this in your settings file:


 {{{

 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.mysql',
         # ...
         'OPTIONS': {"init_command": "SET storage_engine=INNODB"},
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/15776#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to