Skip to content

CI: Update Django test workflow #610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 18, 2023
Prev Previous commit
Next Next commit
black
  • Loading branch information
methane committed May 18, 2023
commit 96b1c6cc3ecab107eacc574f1b1ecd9393e61311
4 changes: 2 additions & 2 deletions src/MySQLdb/cursors.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def _discard(self):
self.description_flags = None
# Django uses some member after __exit__.
# So we keep rowcount and lastrowid here. They are cleared in Cursor._query().
#self.rowcount = 0
#self.lastrowid = None
# self.rowcount = 0
# self.lastrowid = None
self._rows = None
self.rownumber = None

Expand Down