Menu

#1131 Undefined variable from import: cursor

open
Editor (491)
5
2010-04-22
2010-04-22
wonderfulll
No

PyDev (1.5.6) cant see dynamic function cursor()

from django.db import connection
cursor = connection.cursor()

Error: Undefined variable from import: cursor

Discussion