Skip to content

Instantly share code, notes, and snippets.

@hdknr
Created September 9, 2009 05:59
Show Gist options
  • Save hdknr/183506 to your computer and use it in GitHub Desktop.
Save hdknr/183506 to your computer and use it in GitHub Desktop.
$ python manage.py shell
Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from django.db import connection
>>> connection.cursor()
<django.db.backends.util.CursorDebugWrapper object at 0x9e09b6c>
>>> type(connection.connection)
<class 'MySQLdb.connections.Connection'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment