#16722 closed Bug (fixed)
import psycopg2.Error breaks psycopg2 backend
Description ¶
The Error class doesn't need to be imported directly. Instead, Database.Error can be used.
Change History (7)
by , 14 years ago
Attachment: | psycopg2_import_error.diff added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
milestone: | → 1.4 |
---|
comment:3 by , 14 years ago
Keywords: | psycopg2 Error postgresql import added |
---|
comment:4 by , 14 years ago
by removing the line 25, the django psycopg2 works again.
Sad to see that the SVN is not working tonight :(
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This has been resolved independently by [16710]
Note:
See TracTickets
for help on using tickets.
+ a direct import seems to be impossible at all…