Changes between Initial Version and Version 1 of Ticket #24653, comment 5
- Timestamp:
- Apr 17, 2015, 2:56:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24653, comment 5
initial v1 2 2 > 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. 3 3 4 I use MySQL 5.6.24, withDjango 1.8, Python 3.4.3, and mysqlclient 1.3.6.4 I use InnoDB with MySQL 5.6.24, Django 1.8, Python 3.4.3, and mysqlclient 1.3.6. 5 5 6 6 I managed to narrow down the problem to a specific mysql setting. As it seems, when you use a mysql configuration in `settings.py` like