datasette/datasette
Simon Willison 92a5280d2e Release 0.60a0
Refs #473, #625, #1544, #1551, #1552, #1556, #1557
2021-12-17 11:13:51 -08:00
..
publish --cpu option for datasette publish cloudrun, closes #1420 2021-08-03 22:20:50 -07:00
static Fix for cog menu default facet bug, closes #1469 2021-10-13 14:20:03 -07:00
templates Always show count of distinct facet values, closes #1556 2021-12-15 09:58:01 -08:00
utils keep_blank_values=True when parsing query_string, closes #1551 2021-12-12 12:01:51 -08:00
views filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
__init__.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
__main__.py Add support for running datasette as a module (#556) 2019-07-11 09:07:44 -07:00
actor_auth_cookie.py ds_author cookie can now expire, closes #829 2020-06-10 12:39:54 -07:00
app.py functools.wraps to help investigate #1517 2021-11-18 19:19:43 -08:00
blob_renderer.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
cli.py Revert "asyncio_run helper to deal with a 3.10 warning, refs #1482" 2021-10-09 18:25:33 -07:00
database.py Label column finder is now case-insensitive 2021-12-07 12:03:42 -08:00
default_magic_parameters.py Removed some unused imports 2021-07-15 23:26:12 -07:00
default_menu_links.py Redirect /-/config to /-/settings, closes #1103 2020-11-24 12:19:14 -08:00
default_permissions.py Rename _schemas to _internal, closes #1156 2020-12-21 11:48:06 -08:00
facets.py Fix for colliding facet types bug, closes #625 2021-12-16 12:12:04 -08:00
filters.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
hookspecs.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
inspect.py Modernize code to Python 3.6+ (#1158) 2020-12-23 09:04:32 -08:00
plugins.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
renderer.py Re-display user's query with an error message if an error occurs (#1346) 2021-06-01 20:46:20 -07:00
sql_functions.py _search= queries now correctly escaped, fixes #651 2019-12-29 18:48:30 +00:00
tracer.py Correctly escape output of ?_trace, refs #1360 2021-06-05 15:03:38 -07:00
url_builder.py Fixed bug loading database called 'test-database (1).sqlite' 2021-01-24 21:13:05 -08:00
version.py Release 0.60a0 2021-12-17 11:13:51 -08:00