horizon/openstack_dashboard/dashboards/project/volumes/volumes
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
..
__init__.py Move volume snapshots table to volumes panel 2014-02-18 10:24:18 +08:00
forms.py Use "isspace()" to make code more simple 2016-07-01 10:30:53 +00:00
tables.py Prevent long names breaking table layouts 2016-08-19 09:21:33 +01:00
tabs.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
tests.py Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
urls.py Add download button for volume transfer creds 2016-04-15 11:09:39 +02:00
views.py Correcting form_invalid get_context_data call 2016-08-01 16:33:04 +00:00