horizon/horizon/tables
wangliangyu 02b6c1b405 Make table filters valid for every languages
As we known, the table support filtered by local language
with some filters mapping, like below:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/networks/views.py#L46
We use the filter string given by user and look valid values
in those filters mapping. But the keys in filters mapping,
which is django.utils.functional.__proxy__, does not match
the filter string.
This commit valid them.

Change-Id: I40cb50bbf08fc457967615f2654026cfdafb9232
Closes-Bug: #1802228
2018-11-13 10:58:19 +08:00
..
__init__.py Remove deprecated table.UpdateAction class 2018-04-12 17:34:17 +03:00
actions.py Remove deprecated table.UpdateAction class 2018-04-12 17:34:17 +03:00
base.py Merge "Truncate table size column cause the exception" 2018-10-24 07:43:28 +00:00
formset.py Drop izip and izip_longest removed in python3 2016-01-14 16:39:07 +08:00
views.py Make table filters valid for every languages 2018-11-13 10:58:19 +08:00