horizon/openstack_dashboard/dashboards/admin
Rob Cresswell d27528e831 Fix compatibility issues with Django 1.10
Required modifying our URL pattern decorator to
be compatible with the slightly different callback
attribute mechanism in 1.10

Modified breadcrumb structures to always be 2-tuples
as tuple unpacking is now strictly enforced in 1.10

Also made the following things changed in Django 1.10.
- fixed the now-deprecated TEMPLATE_DEBUG.
- Caught up with Request context change
- SimpleTestCase.urls is removed in 1.10.
  ROOT_URLCONF needs to be used instead.

Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com>
Co-Authored-By: Akihiro Motoki <motoki@da.jp.nec.com>
Change-Id: I59cbd8bff117813258539ed0724fe89a9f5b77ee
Implements: blueprint dj110
(cherry picked from commit 3488ab3d40)
2016-09-23 11:33:15 +00:00
..
aggregates Prevent long names breaking table layouts 2016-08-19 09:21:33 +01:00
defaults Allow horizon to function without nova 2016-07-26 09:15:48 -05:00
flavors Prevent long names breaking table layouts 2016-08-19 09:21:33 +01:00
floating_ips Fix for typo in Horizon 2016-09-03 15:36:46 +00:00
hypervisors Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
images Update admin filter first setting to a dict 2016-09-14 15:52:20 -05:00
info Modify use of assertTrue(A in B) 2016-09-03 11:26:52 +08:00
instances Update admin filter first setting to a dict 2016-09-14 15:52:20 -05:00
metadata_defs Merge "Modify use of assertTrue(A in B)" 2016-09-12 19:11:38 +00:00
metering Modify use of assertTrue(A in B) 2016-09-03 11:26:52 +08:00
networks Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
ngflavors Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
overview Allow horizon to function without nova 2016-07-26 09:15:48 -05:00
routers Update admin filter first setting to a dict 2016-09-14 15:52:20 -05:00
static/dashboard/admin Remove unnecessary default-sort/ default-sort-reverse from hz-table 2016-05-03 17:29:15 -07:00
volumes Update admin filter first setting to a dict 2016-09-14 15:52:20 -05:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Never import setting from openstack_dashboard 2016-06-27 11:39:01 +02:00