Comment 4 for bug 1539354

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to senlin-dashboard (master)

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 address hidden>
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