* Make the 'show data / embed' links for charts more visible
0.8.1
---------------------
* Fix metadata for field tables that re-use db tables
0.8.0
---------------------
* Support FieldTables that share a common database table * Remove support for ``FieldTable.table_per_level`` parameter.
0.7.6
--------------------
* Tell robots not to crawl /api/
0.7.5
---------------------
* Remove unnecessary Auth, Admin, Messages and Sessions middleware. If you need these middleware, add them to your INSTALLED_APPS and MIDDLEWARE_CLASSES in your settings file. * New setting ``STRIP_WWW`` to redirect ``www.example.com`` to ``example.com``, turned off by default.