horizon/openstack_dashboard/local
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
..
enabled Remove _40_router.py.example file 2015-08-21 12:27:55 -04:00
local_settings.d Update comment in _10_set_custom_theme.py.example 2016-09-05 21:34:24 +03:00
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
local_settings.py.example Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00