Skip to content

Commit 628bb1b

Browse files
committed
Refine last commit
1 parent 509b6ce commit 628bb1b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

HISTORY.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ Release: 2018-12-04
4242

4343
* Fix SSCursor may raise same exception twice (#282)
4444

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.
45+
* This removed ``Cursor._last_executed`` which was duplicate of ``Cursor._executed``.
46+
Both members are private. So this type of changes are not documented in changelog
47+
generally. But Django used the private member for ``last_executed_query`` implementation.
48+
If you use the method the method directly or indirectly, this version will break
49+
your application. See https://code.djangoproject.com/ticket/30013
4950

5051
* ``waiter`` option is now deprecated. (#285)
5152

0 commit comments

Comments
 (0)