horizon/horizon
Bo Wang 595788cbdc Fixes Python 3 compatibility for filter results
Python 2.7 filter method result was a list, while for
Python 3.4 the result is a "filter object". Trying to
use it as a list will result in a TypeError.

Partial-Implements: blueprint porting-python3
Change-Id: I51836347f259d0223bcfa5cc2ec0b7fbd7a203eb
2016-01-13 15:15:27 +08:00
..
browsers Fix Flake8 style warnings in horizon/ 2014-07-29 20:38:49 +00:00
conf Remove legacy models.py files 2015-11-16 11:41:13 +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-12-18 06:19:46 +00:00
management Update startdash/startpanel for newer Django patterns 2015-11-13 03:40:26 +00:00
static Horizon Messages now inherit from a Bootstrap Theme 2015-12-21 21:16:13 +00:00
tables remove the default arguments "[]" 2015-12-14 20:30:42 +08:00
tabs Fixes Python 3 compatibility for filter results 2016-01-13 15:15:27 +08:00
templates Barcharts now inherit from a Bootstrap Theme 2015-12-18 12:28:25 -07:00
templatetags Barcharts now inherit from a Bootstrap Theme 2015-12-18 12:28:25 -07:00
test Remove arguments "{}" in function definitions 2015-12-15 14:30:22 +00:00
utils Horizon Dropdown now inherits from Bootstrap Theme 2015-12-03 16:07:00 +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 Add handle get_file when launch stack from horizon 2015-12-17 23:11:07 -06:00
karma.conf.js Raise JS unit test coverage threshold 2015-12-14 08:17:12 -07: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
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