Changes between Initial Version and Version 1 of Ticket #24653, comment 5


Ignore:
Timestamp:
Apr 17, 2015, 2:56:51 PM (10 years ago)
Author:
László Károlyi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24653, comment 5

    initial v1  
    22> Which MySQL version and storage engine are you using? I tried to reproduce using the tutorial by removing the `question = models.ForeignKey(Question)` field. Can you reproduce using that method? Tested with MySQL 5.6.19 and both InnoDB and MyISAM storage engines; Django master and stable/1.8.x branches.
    33
    4 I use MySQL 5.6.24, with Django 1.8, Python 3.4.3, and mysqlclient 1.3.6.
     4I use InnoDB with MySQL 5.6.24, Django 1.8, Python 3.4.3, and mysqlclient 1.3.6.
    55
    66I managed to narrow down the problem to a specific mysql setting. As it seems, when you use a mysql configuration in `settings.py` like
Back to Top