django-nonrel/mongodb-engine

base.py : Raise Error at line 272 : "raise ImproperlyConfigured, exc_info[1], exc_info[2]"

saipraveenkondapalli opened this issue · 0 comments

I think it should be

raise ImproperlyConfigured(exc_info[1], exc_info[2])