Reviewed: https://review.openstack.org/274049 Committed: https://git.openstack.org/cgit/openstack/senlin-dashboard/commit/?id=676b5713133ae047f16e3a6041990b2fb70ea015 Submitter: Jenkins Branch: master
commit 676b5713133ae047f16e3a6041990b2fb70ea015 Author: shu-mutou <[email protected]> Date: Fri Jan 29 19:01:45 2016 +0900 Update URLs to Django 1.8 style django.conf.urls.patterns() is deprecated since 1.8. We should not use patterns(), so this patch updates URLs to 1.8 style. Change-Id: I4192217356aa45ca7ba545985380820c5960382d Closes-Bug: #1539354 ** Changed in: senlin-dashboard 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/1539354 Title: django.conf.urls.patterns is deprecated since django 1.8 Status in OpenStack Dashboard (Horizon): In Progress Status in Magnum UI: In Progress Status in senlin-dashboard: Fix Released Bug description: We should not use django.conf.urls.patterns method in urls.py. https://docs.djangoproject.com/en/1.9/ref/urls/ To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1539354/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

