]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Fix django-1.10-django.conf.urls.patterns-removed.patch
authorThomas Goirand <thomas@goirand.fr>
Wed, 20 Jul 2016 14:58:38 +0000 (14:58 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 20 Jul 2016 14:58:38 +0000 (14:58 +0000)
Rewritten-From: 9e5e5cfa6614be094b0512ded3887b15bf6f3117

xenial/debian/patches/django-1.10-django.conf.urls.patterns-removed.patch

index df3535805ea336aec53d12ac837cdcbeca6599fa..b06b4dc12c8f27b3d15bde561a994e6dc72907fb 100644 (file)
@@ -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