You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
There are two warnings for admin tools that propagate when updating to django 1.8, in regards to dj 1.9:
The text was updated successfully, but these errors were encountered: