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

Django 1.8 warnings #2

Open
radzhome opened this issue Apr 7, 2015 · 1 comment
Open

Django 1.8 warnings #2

radzhome opened this issue Apr 7, 2015 · 1 comment

Comments

@radzhome
Copy link

radzhome commented Apr 7, 2015

There are two warnings for admin tools that propagate when updating to django 1.8, in regards to dj 1.9:

/proj/lib/admin_tools/utils.py:9: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.
  from django.utils.importlib import import_module


/proj/lib/admin_tools/dashboard/modules.py:8: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
  from django.forms.util import flatatt
@lzanuz
Copy link

lzanuz commented Jul 8, 2015

Still there warnings on 0.6.0 vesrion:

this was solved:
from django.forms.util import flatatt

but this still not:
from django.utils.importlib import import_module

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

No branches or pull requests

2 participants