datasette/datasette
Simon Willison a4cc5dc813 New ?_shape=array option + tweaks to _shape, closes #245
* Default is now ?_shape=arrays (renamed from lists)
* New ?_shape=array returns an array of objects as the root object
* Changed ?_shape=object to return the object as the root
* Updated docs
2018-05-01 17:20:39 -07:00
..
static Add column name classes to <td>s, make PK bold 2018-04-17 18:13:02 -07:00
templates Added class=rows-and-columns to custom query results table 2018-04-25 20:24:22 -07:00
__init__.py Start of the plugin system, based on pluggy (#210) 2018-04-15 17:56:15 -07:00
app.py New ?_shape=array option + tweaks to _shape, closes #245 2018-05-01 17:20:39 -07:00
cli.py datasette publish/package --install option, closes #223 2018-04-18 07:55:36 -07:00
hookspecs.py New plugin hooks: extra_css_urls() and extra_js_urls() 2018-04-17 20:12:21 -07:00
utils.py FTS tables now detected by inspect(), closes #240 2018-04-28 17:04:32 -07:00
version.py Datasette 0.20: static assets and templates for plugins 2018-04-20 07:32:02 -07:00