Comment 2 for bug 1293712

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

Reviewed: https://review.openstack.org/81035
Committed: https://git.openstack.org/cgit/openstack/tuskar-ui/commit/?id=576da29f132c28f773729cbe5a59455679d54f81
Submitter: Jenkins
Branch: master

commit 576da29f132c28f773729cbe5a59455679d54f81
Author: Thomas Goirand <email address hidden>
Date: Tue Mar 18 01:57:10 2014 +0800

    Fix deprecated use of django.conf.urls.defaults

    Since Django 1.4, django.conf.urls.defaults is deprecated, and it
    has been completely removed form Django 1.6. This patch fixes the
    use of this API.

    Change-Id: Ic8a3937e1d16d071650cd9b5fbf9737d06b3ad62
    Close-bug: #1293712