Skip to content
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

Fix deprecation for django.db.backends.util #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kriberg
Copy link

@kriberg kriberg commented Dec 1, 2015

Renamed django.db.backends.util to utils, ref:
sql.py:15: RemovedInDjango19Warning: The django.db.backends.util module has been renamed. Use django.db.backends.utils instead.

Renamed django.db.backends.util to utils, ref:
sql.py:15: RemovedInDjango19Warning: The django.db.backends.util module has
been renamed. Use django.db.backends.utils instead.
@minhnhdo
Copy link

@dcramer please merge this change as this is preventing upgrade to Django 1.9

@dcramer
Copy link
Owner

dcramer commented Dec 28, 2015

I dont use Django 1.9 or know anything about it. Additionally it's not clear to me that this wont break other versions of Django as it blindly changes an import statement.

Quite honestly, I'm tempted to deprecate this repo as it's no longer useful with the state of the world. Our primary reason for continuing its usage was for the threaded runserver, which is no longer only supported by devserver. If someone wants to take over maintainership they can take care of this patch.

@thoas
Copy link

thoas commented Dec 28, 2015

This is not the right patch as it will break old Django versions.

@dcramer you should move this repository to the jazzband organization.

@justinsg
Copy link

Fixed in 4c5864a

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

Successfully merging this pull request may close these issues.

5 participants