horizon/openstack_dashboard/dashboards/identity/projects
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
..
templates/projects Supports extra properties in project and user 2016-08-21 22:13:35 +09:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tables.py Server-side filtering for Identity 2016-09-13 10:06:27 -05:00
tests.py Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Server-side filtering for Identity 2016-09-13 10:06:27 -05:00
workflows.py Supports extra properties in project and user 2016-08-21 22:13:35 +09:00