django-devserver icon indicating copy to clipboard operation
django-devserver copied to clipboard

devserver/modules/sql.py:15: The django.db.backends.util module has been renamed.

Open linghu-chong opened this issue 8 years ago • 3 comments

/usr/local/lib/python2.7/dist-packages/devserver/modules/sql.py:15: RemovedInDjango19Warning: The django.db.backends.util module has been renamed. Use django.db.backends.utils instead. from django.db.backends import util

linghu-chong avatar Jul 16 '16 06:07 linghu-chong

Fixed in 4c5864a

justinsg avatar Jul 24 '16 17:07 justinsg

Do you know when this commit will be released?

ismailsunni avatar Mar 22 '18 07:03 ismailsunni

I am getting this error: django.core.exceptions.ImproperlyConfigured: Error importing devserver module devserver.modules.sql: "cannot import name util"

Is it related to this issue?

halitcelik avatar Sep 18 '19 11:09 halitcelik