We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33e1c3 commit 509b6ceCopy full SHA for 509b6ce
HISTORY.rst
@@ -42,6 +42,11 @@ Release: 2018-12-04
42
43
* Fix SSCursor may raise same exception twice (#282)
44
45
+ * This removed ``Cursor._last_executed`` which is duplicate of ``Cursor._executed``.
46
+ Both member are private. So this type of change is not documented generally.
47
+ But Django used the private member for ``last_executed_query`` implementation.
48
+ If you use the method, you shouldn't upgrade mysqlclient to this version.
49
+
50
* ``waiter`` option is now deprecated. (#285)
51
52
* Fixed SSL support is not detected when built with MySQL < 5.1 (#291)
0 commit comments