horizon/horizon/templatetags
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 Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
angular.py Escape backslash in the angular_escapes filter 2016-09-01 16:45:15 -03:00
bootstrap.py [Django] Allow to upload the image directly to Glance service 2016-08-16 14:30:38 +03:00
branding.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
breadcrumb_nav.py Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
form_helpers.py Horizon Checkboxes are now themeable. 2016-03-02 19:17:09 -07:00
horizon.py Pre-populate the Angular template cache and allow template overrides 2016-07-13 15:38:07 -07:00
parse_date.py Fix E128 errors in horizon/ 2014-10-15 13:50:07 +09:00
shellfilter.py [Django 1.9] Update template.base.Library() import 2016-01-18 16:41:54 +00:00
sizeformat.py Replaced hard coded values with oslo_utils.units constants 2015-02-27 14:49:32 -05:00
truncate_filter.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00