Reviewed: https://review.openstack.org/268042 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=8d1ec570458a7bb5171958e616b7d1c570147bf5 Submitter: Jenkins Branch: master
commit 8d1ec570458a7bb5171958e616b7d1c570147bf5 Author: Thomas Goirand <z...@debian.org> Date: Fri Jan 15 17:42:47 2016 +0800 [Django 1.9] Stop using django.utils.importlib Horizon still uses django.utils.importlib which is removed from Django 1.9. We should use: from importlib import import_module instead of: from django.utils.importlib import import_module Change-Id: I422e14546468cb9c5627e746023948aab107a338 Closes-Bug: #1534522 Partially-Implements: blueprint drop-dj17 Co-Authored-By: Rob Cresswell <robert.cressw...@outlook.com> ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1534522 Title: [django 1.9] uses django.utils.importlib Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Horizon still uses django.utils.importlib which is removed from Django 1.9. We should use: from importlib import import_module instead of: from django.utils.importlib import import_module To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1534522/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp