Re: 3719: 'utf8' is currently an alias for the character set UTF8MB3, which will be replaced by UTF8MB4 - When using MySQL sakila and world DB examples

2018-08-16 Thread Ciaran O'Sullivan
I added a comment with a workaround to the Django Ticket. https://code.djangoproject.com/ticket/29678 Included is the settings.py and the changes made. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop re

Re: 3719: 'utf8' is currently an alias for the character set UTF8MB3, which will be replaced by UTF8MB4 - When using MySQL sakila and world DB examples

2018-08-15 Thread Ciaran O'Sullivan
I raised this with Django: https://code.djangoproject.com/ticket/29678 It is a MySQL 8 feature that inspectdb seems unable to tolerate.The information_schema is still utf8 not utf8mb3 or utf8mb4 Using MySQL 8 for a college project, have My Schema nailed and was going to use Django to display inf