Opened 11 years ago
Closed 11 years ago
#21751 closed Cleanup/optimization (fixed)
Django doesn't do a good job of closing cursors
Description ¶
When something in Django opens a cursor, it should make sure it is closed when no longer needed.
Change History (5)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Has patch: | set |
---|
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/2154
Pull request is ready for initial review.