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
There are two warnings for admin tools that propagate when updating to django 1.8, in regards to dj 1.9: