Opened 13 years ago
Closed 13 years ago
#17923 closed Bug (fixed)
NameError: global name 'warnings' is not defined
Reported by: | Simone | Owned by: | Aymeric Augustin |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.4-alpha-1 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
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
Attachments (1)
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..