redash/migrations
Jannis Leidel c2429e92d2
Consistently use simplejson to loading and dumping JSON. (#2817)
* Consistently use simplejson to loading and dumping JSON.

This introduces the new functions redash.utils.json_dumps and redash.utils.json_loads and simplifies the custom encoder setup.

UUIDs are now handled by the default encoder, too.

Fixes #2807.

Use string comparison in parse_boolean instead of the (simple)json module.
2018-10-09 15:38:06 +02:00
..
versions Consistently use simplejson to loading and dumping JSON. (#2817) 2018-10-09 15:38:06 +02:00
0001_warning.py Modernize Python 2 code to get ready for Python 3 2017-10-04 02:06:53 +02:00
alembic.ini Keep same logging format in ALembic 2016-12-08 15:36:08 +02:00
env.py Add Flask-Migrate to the project 2016-12-07 17:59:01 +02:00
README Add Flask-Migrate to the project 2016-12-07 17:59:01 +02:00
script.py.mako Add Flask-Migrate to the project 2016-12-07 17:59:01 +02:00

Generic single-database configuration.