﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30586	Django 2.2 compatibility with PyMySQL.	Suthat Ronglong	nobody	"Regarding unexpected return result on using PyMySQL with Django 2.2.x:

Django 2.1.x used to cast every query into ""str"" like below
https://github.com/django/django/blob/stable/2.1.x/django/db/backends/mysql/operations.py#L134

Django 2.2.x they changed the code by using query.decode instead of force_text method.
https://github.com/django/django/blob/stable/2.2.x/django/db/backends/mysql/operations.py#L140

Reference as a proposed solution is discussed right here: https://github.com/PyMySQL/PyMySQL/issues/790#issuecomment-484201388

Thanks."	Bug	closed	Database layer (models, ORM)	dev	Normal	duplicate	PyMySQL		Unreviewed	0	0	0	0	0	0
