Opened 13 years ago
Closed 13 years ago
#17923 closed Bug (fixed)
NameError: global name 'warnings' is not defined
Description ¶
Traceback (most recent call last):
.....
.....
File "/mnt/source/home/aldaran/workspaces/django/Django-Trunk/django/db/backends/oracle/base.py", line 568, in init
warnings.warn(u"Oracle received a naive datetime (%s)"
NameError: global name 'warnings' is not defined
Change History (4)
by , 13 years ago
Attachment: | missing_warning.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Component: | Core (Other) → Database layer (models, ORM) |
---|---|
Owner: | changed from | to
Severity: | Normal → Release blocker |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
that's is just an import warning missing..