summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/backends/mysql/base.py')
-rw-r--r--django/db/backends/mysql/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py
index 3239ba104f..9f91134325 100644
--- a/django/db/backends/mysql/base.py
+++ b/django/db/backends/mysql/base.py
@@ -116,8 +116,8 @@ class CursorWrapper:
return self
def __exit__(self, type, value, traceback):
- # Ticket #17671 - Close instead of passing thru to avoid backend
- # specific behavior.
+ # Close instead of passing through to avoid backend-specific behavior
+ # (#17671).
self.close()