horizon/openstack_dashboard/dashboards/project/vpn
Rob Cresswell f2b2289b4a Drop Django 1.7 support
Django 1.7 support ends in December 2015
(https://www.djangoproject.com/download/#supported-versions), so it
will not be supported by Mitaka release.

This patch removes many of the deprecation warnings:-

`RedirectView.permanent` change:
https://docs.djangoproject.com/en/1.8/ref/class-based-views/base/

`url` change:
https://docs.djangoproject.com/en/1.8/internals/deprecation/
See version 1.5 notes for the url and ssi template tag change

`django.forms.utils` change:
https://docs.djangoproject.com/en/1.8/internals/deprecation/
See version 1.9 notes

`firstof` change:
https://docs.djangoproject.com/en/1.8/internals/deprecation/
See version 1.8 notes for cycle and firstof template tags

Change-Id: If546c087e73d189daa92e5bd63f0533fcf19089f
Partially-Implements: blueprint drop-dj17
2015-11-16 11:55:38 +00:00
..
templates/vpn Drop Django 1.7 support 2015-11-16 11:55:38 +00:00
__init__.py VPNaaS UI implementation 2013-09-06 14:11:35 -07:00
forms.py remove asterisk for optional fields in VPN forms 2015-05-08 11:16:20 +05:30
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tables.py VPNaaS delete actions refactoring 2015-09-23 11:48:41 +00:00
tabs.py Replace set_id_as_name_if_empty with name_or_id 2014-12-09 09:57:28 +08:00
tests.py VPNaaS delete actions refactoring 2015-09-23 11:48:41 +00:00
urls.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
views.py Add breadcrumb to more details pages 2015-11-09 20:55:12 +00:00
workflows.py remove asterisk for optional fields in VPN forms 2015-05-08 11:16:20 +05:30