Comment 5 for bug 1539354

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

Reviewed: https://review.openstack.org/274980
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f3207c814d4bc9c061d7bef24f40eed3099410d9
Submitter: Jenkins
Branch: master

commit f3207c814d4bc9c061d7bef24f40eed3099410d9
Author: shu-mutou <email address hidden>
Date: Mon Feb 1 10:40:13 2016 +0900

    Update URLs to Django 1.8 style for plugins

    django.conf.urls.patterns() is deprecated since 1.8.
    We should not use patterns(), so this patch updates URLs to
    1.8 style.

    Since many urls.py use patterns(), this patch revises docs and
    template related to plugins and new panels.

    Change-Id: Ib8fb5b1047bc4dd56000abe87affe3c22c30879e
    Partial-Bug: #1539354