Why can't I run manage.py test askbot?
I keep getting:
psycopg2.ProgrammingError: autocommit cannot be used inside a transaction
I'm using PostgreSQL.
Is the solution to install an older version psycopg2 2.4.1?
Comments