﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12029	Error when running django tests with postgresql 8.3	Manuel Saelices	nobody	"I followed [wiki:RunningDjangoTests running Django tests wiki], but with {{{postgresql_psycopg2}}} as database backend. I've get an error on [11620] Django revision.

The error was this:
{{{
Creating test database...
Traceback (most recent call last):
  File ""runtests.py"", line 191, in <module>
    django_tests(int(options.verbosity), options.interactive, args)
  File ""runtests.py"", line 161, in django_tests
    failures = test_runner(test_labels, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests)
  File ""/usr/lib/python2.5/site-packages/django/test/simple.py"", line 191, in run_tests
    connection.creation.create_test_db(verbosity, autoclobber=not interactive)
  File ""/usr/lib/python2.5/site-packages/django/db/backends/creation.py"", line 332, in create_test_db
    can_rollback = self._rollback_works()
  File ""/usr/lib/python2.5/site-packages/django/db/backends/creation.py"", line 393, in _rollback_works
    self.connection._rollback()
TypeError: _new_rollback() takes exactly 1 argument (0 given)
}}}"		closed	Testing framework	dev		worksforme			Unreviewed	0	0	0	0	0	0
