datasette/datasette
Simon Willison 60c6692f68
table_config instead of table_metadata (#2257)
Table configuration that was incorrectly placed in metadata is now treated as if it was in config.

New await datasette.table_config() method.

Closes #2247
2024-02-06 21:57:09 -08:00
..
publish
static
templates
utils table_config instead of table_metadata (#2257) 2024-02-06 21:57:09 -08:00
views table_config instead of table_metadata (#2257) 2024-02-06 21:57:09 -08:00
__init__.py track_event() mechanism for analytics and plugins 2024-01-31 15:21:40 -08:00
__main__.py
actor_auth_cookie.py
app.py table_config instead of table_metadata (#2257) 2024-02-06 21:57:09 -08:00
blob_renderer.py
cli.py Fixed a bunch of unused imports spotted with ruff 2024-02-06 17:27:20 -08:00
database.py table_config instead of table_metadata (#2257) 2024-02-06 21:57:09 -08:00
default_magic_parameters.py
default_menu_links.py
default_permissions.py
events.py track_event() mechanism for analytics and plugins 2024-01-31 15:21:40 -08:00
facets.py Rename metadata= to table_config= in facet code, refs #2247 2024-02-06 15:03:19 -08:00
filters.py datasette.table_metadata() is now await datasette.table_config(), refs #2247 2024-02-06 17:33:18 -08:00
forbidden.py Fixed a bunch of unused imports spotted with ruff 2024-02-06 17:27:20 -08:00
handle_exception.py Fixed a bunch of unused imports spotted with ruff 2024-02-06 17:27:20 -08:00
hookspecs.py track_event() mechanism for analytics and plugins 2024-01-31 15:21:40 -08:00
inspect.py
permissions.py Fixed a bunch of unused imports spotted with ruff 2024-02-06 17:27:20 -08:00
plugins.py track_event() mechanism for analytics and plugins 2024-01-31 15:21:40 -08:00
renderer.py
sql_functions.py
tracer.py
url_builder.py Fixed a bunch of unused imports spotted with ruff 2024-02-06 17:27:20 -08:00
version.py