superset/docs
Riccardo Magliocchetti 8b694ddd7a Fix caching in python3 (#806)
* caravel: fix visualization cache for python3

python3 wants bytes and not strings:

2016-07-22 10:36:09,474:INFO:root:Caching for the next 28800 seconds
2016-07-22 10:36:09,475:WARNING:root:Could not cache key 1eeb45f32960f0df0ad99a125bdaf199
2016-07-22 10:36:09,475:ERROR:root:'str' does not support the buffer interface
Traceback (most recent call last):
  File "/home/rm/caraveltest/venv/lib/python3.4/site-packages/caravel/viz.py", line 306, in get_json
    zlib.compress(self.json_dumps(payload)),
TypeError: 'str' does not support the buffer interface

Tested with memcached and pylibmc client library.

* docs: add note about using a proper memcached client library
2016-07-22 09:45:51 -07:00
..
_static Adding a Gallery to the docs 2016-04-06 08:46:21 -07:00
_templates [dashed->caravel] Replace in files 2016-03-28 22:01:21 -07:00
build.sh Adding a tutorial 2016-04-02 23:11:52 -07:00
conf.py Adding a tutorial 2016-04-02 23:11:52 -07:00
druid.rst Adding a doc page for Druid 2016-05-20 12:11:38 -07:00
faq.rst Revert "Binding key Q to the running the query in explore view" (#713) 2016-07-01 16:36:06 -07:00
gallery.rst Adding an option to make separators in dashboard (#699) 2016-07-13 23:40:52 -04:00
img Getting browser history to work on the explore view 2016-01-11 11:42:46 -08:00
index.rst Adding a security section to the docs (#561) 2016-06-03 11:33:11 -07:00
installation.rst Fix caching in python3 (#806) 2016-07-22 09:45:51 -07:00
Makefile [dashed->caravel] Replace in files 2016-03-28 22:01:21 -07:00
security.rst Add access control over metrics (#584) 2016-06-10 15:49:33 -07:00
tutorial.rst SqlAlchemy -> SQLAlchemy in README.md 2016-04-06 17:54:41 -07:00
videos.rst Adding a tutorial 2016-04-02 23:11:52 -07:00