home / docs / sections

sections

1 row where breadcrumbs = "["Changelog", "1.0a20 (2025-11-03)"]", page = "changelog" and title = "Other changes"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: breadcrumbs (array)

id ▼ page ref title content breadcrumbs references
changelog:id5 changelog id5 Other changes The internal catalog_views table now tracks SQLite views alongside tables in the introspection database. ( #2495 ) Hitting the / brings up a search interface for navigating to tables that the current user can view. A new /-/tables endpoint supports this functionality. ( #2523 ) Datasette attempts to detect some configuration errors on startup. Datasette now supports Python 3.14 and no longer tests against Python 3.9. ["Changelog", "1.0a20 (2025-11-03)"] [{"href": "https://github.com/simonw/datasette/issues/2495", "label": "#2495"}, {"href": "https://github.com/simonw/datasette/issues/2523", "label": "#2523"}]

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [sections] (
   [id] TEXT PRIMARY KEY,
   [page] TEXT,
   [ref] TEXT,
   [title] TEXT,
   [content] TEXT,
   [breadcrumbs] TEXT,
   [references] TEXT
);
Powered by Datasette · Queries took 1.2ms