You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: