749: psycopg doesn't work with reviewboard, should advocate psycopg2 instead

gmr****@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 30, 2009
835
Installation documentation refers to using psycopg for using PostgreSQL on Reviewboard instead of 
the more current psycopg2.  Django supports psycopg2, which is cleaner to compile since it doesn't 
require mxDateTime.  With a properly compiled psycopg, syncdb receives errors when it tries to set 
the timezone.  

I would suggest changing to recommend the use of psycopg2 in the documentation by setting the 
DATABASE_ENGINE setting to "postgresql_psycopg2"
david
#1 david
What documentation are you referring to? I don't see any references to psycopg at all.
  • +NeedInfo
#3 gic***@gmai***** (Google Code) (Is this you? Claim this profile.)
See: http://reviews.review-board.org/r/722/
chipx86
#4 chipx86
Fixed in r1719.
  • -NeedInfo
    +Fixed