From time to time, I\'m executing raw queries using connection.cursor() instead of using ORM (since it is definitely not a silver bullet).
I\'ve noticed that in seve
The explicit calling of cursor.close() might be because of two reasons:
cursor.close()
__del__