1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclient 1.3.14+.

This commit is contained in:
Tim Graham
2018-12-05 13:14:47 -05:00
parent fbc7e41389
commit 284b3221a2
3 changed files with 4 additions and 4 deletions

View File

@@ -10,4 +10,4 @@ Django 2.1.5 fixes several bugs in 2.1.4.
Bugfixes
========
* ...
* Fixed compatibility with mysqlclient 1.3.14 (:ticket:`30013`).