Skip to content

Django 1.8 warnings #2

@radzhome

Description

@radzhome

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions