horizon/horizon
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
..
browsers Fix Flake8 style warnings in horizon/ 2014-07-29 20:38:49 +00:00
conf Fix home button in 500 page 2015-10-26 13:40:07 +00:00
contrib Datepicker locale support 2014-09-23 14:24:48 +00:00
forms Drop Django 1.7 support 2015-11-16 11:55:38 +00:00
locale Imported Translations from Zanata 2015-11-13 06:33:59 +00:00
management Updating startpanel for pluggables 2015-01-14 16:11:00 -07:00
static Merge "Support angular workflow extension as a feature plugin" 2015-11-14 12:25:14 +00:00
tables py3: Fix unicode versus bytes issues 2015-11-08 23:48:47 +01:00
tabs Port horizon tabs tests to Python 3 2015-09-30 18:33:43 +02:00
templates Drop Django 1.7 support 2015-11-16 11:55:38 +00:00
templatetags Navigation + cleanup for details pages 2015-11-09 07:01:04 +00:00
test Remove some old (pre-1.8) Django compatibility code 2015-11-06 06:55:22 +00:00
utils Drop Django 1.7 support 2015-11-16 11:55:38 +00:00
workflows py3: Replace unicode with six.text_type 2015-08-27 01:26:02 +02:00
__init__.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
base.py Remove some old (pre-1.8) Django compatibility code 2015-11-06 06:55:22 +00:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
decorators.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
exceptions.py Ensure exc message is included in user_message 2015-09-07 14:32:02 +01:00
karma.conf.js Merge "Adding tests for untested areas" 2015-11-13 23:56:07 +00:00
loaders.py Port password tests to Python 3 2015-09-04 12:27:04 +02:00
messages.py Uniquify horizon messages returned in a single response 2014-09-17 13:45:07 +00:00
middleware.py Removing last_activity session flag 2015-10-05 04:48:17 +00:00
models.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
site_urls.py Drop QUnit JS tests in favor of Jasmine 2015-08-27 13:09:00 +00:00
version.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py Document and improve PageTitleMixin readability 2015-02-11 16:16:20 +00:00