do you get these errors with:
'OPTIONS': {
'autocommit': True,
}
?
On Jun 14, 6:06 pm, Andrew Brookins <
a.m.brook...@gmail.com> wrote:
> Hey,
>
> Yesterday I started seeing test runner failures with Django 1.2.1 and
> psycog2 2.4.2.
>
> Here's the traceback (where [project_dir] is the path to my virtualenv):
>
> Traceback (most recent call last):
> File "./manage.py", line 11, in <module>
> execute_manager(settings)
> File
> "[project_dir]/lib/python2.6/site-packages/django/core/management/__init__. py",
> line 438, in execute_manager
> utility.execute()
> File
> "[project_dir]/lib/python2.6/site-packages/django/core/management/__init__. py",
> line 379, in execute
> self.fetch_command(subcommand).run_from_argv(self.argv)
> File
> "[project_dir]/lib/python2.6/site-packages/django/core/management/base.py",
> line 191, in run_from_argv
> self.execute(*args, **options.__dict__)
> File
> "[project_dir]/lib/python2.6/site-packages/django/core/management/base.py",
> line 218, in execute
> output = self.handle(*args, **options)
> File
> "[project_dir]/lib/python2.6/site-packages/django/core/management/commands/ test.py",