#17859: Undefined variable from import: cursor
-------------------------+-------------------------------------------------
Reporter: | Owner: nobody
775725322@… | Status: new
Type: | Version: 1.3
Uncategorized | Keywords: Undefined variable from import
Component: | cursor
Uncategorized | Has patch: 0
Severity: Normal | UI/UX: 0
Triage Stage: |
Unreviewed |
Easy pickings: 0 |
-------------------------+-------------------------------------------------
1def graph_templates(host_id):
2from django.db import connection
3 cursor=connection.cursor()
It marked an error at line 3 :Undefined variable from import: cursor
--
Ticket URL: <https://code.djangoproject.com/ticket/17859>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.