horizon/openstack_dashboard/dashboards
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
..
admin Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
identity Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
project Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
settings UX: Remove duplicated view title under Settings section 2016-06-15 14:24:26 +08:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00