From: Thomas Goirand Date: Wed, 20 Jul 2016 14:58:38 +0000 (+0000) Subject: Fix django-1.10-django.conf.urls.patterns-removed.patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f8ec496765b53ca958205b3b5fadd1ae3ad3d16b;p=openstack-build%2Fhorizon-build.git Fix django-1.10-django.conf.urls.patterns-removed.patch Rewritten-From: 9e5e5cfa6614be094b0512ded3887b15bf6f3117 --- diff --git a/xenial/debian/patches/django-1.10-django.conf.urls.patterns-removed.patch b/xenial/debian/patches/django-1.10-django.conf.urls.patterns-removed.patch index df35358..b06b4dc 100644 --- a/xenial/debian/patches/django-1.10-django.conf.urls.patterns-removed.patch +++ b/xenial/debian/patches/django-1.10-django.conf.urls.patterns-removed.patch @@ -5,7 +5,13 @@ Last-Update: 2016-07-20 --- horizon-10.0.0~b2.orig/openstack_dashboard/dashboards/project/ngdetails/urls.py +++ horizon-10.0.0~b2/openstack_dashboard/dashboards/project/ngdetails/urls.py -@@ -18,7 +18,6 @@ from django.conf.urls import url +@@ -12,13 +12,11 @@ + # License for the specific language governing permissions and limitations + # under the License. + +-from django.conf.urls import patterns + from django.conf.urls import url + from openstack_dashboard.dashboards.project.ngdetails import views @@ -17,7 +23,12 @@ Last-Update: 2016-07-20 +] --- horizon-10.0.0~b2.orig/openstack_dashboard/dashboards/project/volumes/cg_snapshots/urls.py +++ horizon-10.0.0~b2/openstack_dashboard/dashboards/project/volumes/cg_snapshots/urls.py -@@ -15,12 +15,11 @@ from django.conf.urls import url +@@ -10,17 +10,15 @@ + # License for the specific language governing permissions and limitations + # under the License. + +-from django.conf.urls import patterns + from django.conf.urls import url from openstack_dashboard.dashboards.project.volumes.cg_snapshots import views