-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'SUPPORTS_TRANSACTIONS' #6
Comments
Hmm, wonder if this is related to multidb? It works under my setup with postgres 8.3. What version of django are you running against? |
I use development version of django from trunk. I tried another time with r12228 - error still here. Also my version of postgres is 8.4 |
Same problem running django 1.2 beta and mysql |
It was a fairly easy patch to get this working with Django 1.2 Download here: http://iwcenter.com/files/0001-Made-this-work-against-django-1.2.patch |
Thanks for the patch joel, I applied it to a 1.2 compat branch. I don't know a good way of supporting this on both versions, I guess just a bunch of if statements and such. I'll hopefully look more at it this weekend and get it into trunk so it'll work on 1.1 and 1.2 |
joelryan2k's patch didn't work for my particular postgres installation. The When I added Also I'm running Django 1.2.1 release and Postgres 8.4 |
I just created a brand new Django 1.2.3 project with a sqlite3 database, ran its one default test, and got the same error. |
When I try to execute quicktest with specific app I get error:
DB - Postgres 8.4
The text was updated successfully, but these errors were encountered: