Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

db_exec_type #11

Open
jdoavila opened this issue Sep 15, 2014 · 1 comment
Open

db_exec_type #11

jdoavila opened this issue Sep 15, 2014 · 1 comment

Comments

@jdoavila
Copy link

Hi, I have this error, I'm using Django 1.7
db_exc_type = getattr(self.wrapper.Database, dj_exc_type.name)
AttributeError: 'DatabaseWrapper' object has no attribute 'Database'

That happened when I create the Task

@lilspikey
Copy link
Owner

Do you have the full stack trace for that? That looks like code from in Django itself.

I suspect this is to do with how I'm handling transactions, which I believe has changed in Django 1.7. I've not yet tested this with Django 1.7, so it's not entirely surprising if it doesn't work.

cheers,

John

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants