superset/caravel
Riccardo Magliocchetti ad5507c5f4 views: translate labels and not names (#567)
So that we can install caravel on postgresql:
```
2016-06-03 17:58:05,386:ERROR:flask_appbuilder.base:
Add Permission on Menu Error: (psycopg2.ProgrammingError) can't adapt type '_LazyString'
[SQL: 'SELECT ab_view_menu.id AS ab_view_menu_id, ab_view_menu.name AS
ab_view_menu_name \nFROM ab_view_menu \nWHERE ab_view_menu.name = %(name_1)s \n
LIMIT %(param_1)s'] [parameters: {'param_1': 1, 'name_1': l'Sources'}]
```

Other that translating names should be a recipe for disaster if
you switch language.

Fix #558
2016-06-07 17:43:51 -07:00
..
assets Fixing bugs where params aren't reflected on nvd3* (#564) 2016-06-07 08:10:49 -07:00
bin Gunicorn tweaks, unlimited limit-request-line & limit-request-field_size (#500) 2016-05-20 11:35:41 -07:00
data Adapting default CSS templates to the new grid layout 2016-06-02 16:40:55 -07:00
migrations utils: generalize utility to find find_constraint_name (#557) 2016-06-03 09:47:51 -07:00
static Caravel - renaming files 2016-03-28 21:53:24 -07:00
templates Reactify dashboard grid (#523) 2016-06-02 12:31:05 -07:00
translations complete Chinese translation (#503) 2016-05-23 11:46:46 -07:00
__init__.py Removing deprecated refs to flask.ext.* (#566) 2016-06-05 21:37:03 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py caravel: catch only ImportError when loading config (#559) 2016-06-03 09:46:03 -07:00
forms.py Fixing 2 bugs that happen when fields are removed from table (#551) 2016-06-02 12:39:21 -07:00
models.py Two hotfixes (#574) 2016-06-07 11:07:25 -07:00
utils.py utils: generalize utility to find find_constraint_name (#557) 2016-06-03 09:47:51 -07:00
version.py v0.9.0 2016-05-12 08:24:01 -07:00
views.py views: translate labels and not names (#567) 2016-06-07 17:43:51 -07:00
viz.py Removing deprecated refs to flask.ext.* (#566) 2016-06-05 21:37:03 -07:00