On another note, it would be nice to see
http://code.djangoproject.com/ticket/1736 in the trunk.
Bryan
That's good news -- thanks for the update.
I just checked in a "postgresql_psycopg2" backend that uses psycopg2
with its psycopg1 compatibility layer. I have not tested this, so it
probably doesn't work, but it's a start. One thing, for example, is
that the register_type() syntax has changed in psycopg2.
Please play around with the new backend and file tickets with patches
that make it work!
Adrian
--
Adrian Holovaty
holovaty.com | djangoproject.com
http://code.djangoproject.com/ticket/1904
Thanks very much for the patch -- I've committed it, along with a
bunch of other changes. I lightly tested the psycopg2 backend, and it
appears to be working smoothly.