trove-dashboard/trove_dashboard/content/databases
Zhao Chao e5f00207f7 Use for loop instead of map to modify iterables
Previously we use map() to apply changes to every item in a iterable
object, but this is not a proper usage. And in Python3, map() will
return a map iterator object, changes will not be applied immediately,
as we're not iterating the map object, changes will never be applied.
Changing to for loop instead fixes.

Partial-Bug: #1755413

Change-Id: Iebbfaca67cda72300636e51686bac3b1513b127d
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-03-15 23:05:48 +08:00
..
logs Fix str and dict usages in unittests for Python3 2018-03-15 21:23:05 +08:00
templates/databases Use 'trimmed' for blocktrans in html page 2017-01-10 15:36:10 +08:00
workflows Fix binascii hexlify under Python 3 2018-03-14 17:37:04 +08:00
__init__.py Restructuring tree to be plugin 2015-12-18 15:28:23 -07:00
db_capability.py Enable pxc grow/shrink 2016-12-07 17:00:26 -05:00
forms.py Fix str and dict usages in unittests for Python3 2018-03-15 21:23:05 +08:00
panel.py Completing the plugin 2015-12-18 15:53:31 -07:00
tables.py Fix str and dict usages in unittests for Python3 2018-03-15 21:23:05 +08:00
tabs.py Use for loop instead of map to modify iterables 2018-03-15 23:05:48 +08:00
tests.py Fix str and dict usages in unittests for Python3 2018-03-15 21:23:05 +08:00
urls.py Merge "Trove user page doesn't show allowed hosts AND databases" 2017-06-10 11:45:39 +00:00
views.py Use for loop instead of map to modify iterables 2018-03-15 23:05:48 +08:00