Fix deprecation for django.db.backends.util#125
Open
kriberg wants to merge 1 commit intodcramer:masterfrom
Open
Fix deprecation for django.db.backends.util#125kriberg wants to merge 1 commit intodcramer:masterfrom
kriberg wants to merge 1 commit intodcramer:masterfrom
Conversation
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.
|
@dcramer please merge this change as this is preventing upgrade to Django 1.9 |
Owner
|
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. |
|
This is not the right patch as it will break old Django versions. @dcramer you should move this repository to the jazzband organization. |
|
Fixed in 4c5864a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.