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

Resolve deprecation warnings with Django 1.8 #2886

Closed
dvinegla opened this issue Apr 29, 2015 · 6 comments
Closed

Resolve deprecation warnings with Django 1.8 #2886

dvinegla opened this issue Apr 29, 2015 · 6 comments

Comments

@dvinegla
Copy link

RemovedInDjango19Warning: Loading the url tag from the future library is deprecated and will be removed in Django 1.9. Use the default url tag instead.

base.html
{% load url from future %}

@xordoquy
Copy link
Collaborator

This is blocked by the support of Django < 1.5

@tomchristie
Copy link
Member

Okay, lets plan to resolve this at the same time as we drop support for 1.4.
I have no issue with us bumping up some versions in our next major release.

@xordoquy
Copy link
Collaborator

Agreed.

@tomchristie tomchristie added this to the 3.2.0 Release milestone Apr 29, 2015
@foresmac
Copy link

Not sure if this was addressed already or not:

/usr/local/lib/python2.7/site-packages/rest_framework/settings.py:23: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.

@kevin-brown
Copy link
Member

Not sure if this was addressed already or not:

That was addressed in #2567.

@foresmac
Copy link

@kevin-brown Thanks!

@tomchristie tomchristie changed the title Deprecation warning in Django 1.8 Resolve deprecation warnings with Django 1.8 Jul 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants