The following code gives me an error
from django.db import connection cursor = connection.cursor()
Error message:
Undefined variable from import: cursor
I have Django 1.2.5 installed. How to solve this problem?
thank
It was just a PyDev newsletter, as Daniel noted. I can run the script without changing anything.