From ed6235e59a2b39f240168ff2eb1cdf0898141bd0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 3 Jul 2026 10:30:38 -0700 Subject: [PATCH] Ran cog --- docs/template_context.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/template_context.rst b/docs/template_context.rst index 5c6b1567..ad62995c 100644 --- a/docs/template_context.rst +++ b/docs/template_context.rst @@ -98,7 +98,7 @@ The page listing the tables, views and queries in a database, e.g. /fixtures. Re The color assigned to the database ``database_page_data`` - ``dict`` - JSON data used by JavaScript on the database page. Currently ``{}`` or ``{"createTable": {...}}`` where ``createTable`` includes ``path``, ``foreignKeyTargetsPath``, ``databaseName``, ``columnTypes``, ``defaultExpressions`` and optional ``customColumnTypes``. + JSON data used by JavaScript on the database page. Currently ``{}`` or ``{"createTable": {...}}`` where ``createTable`` includes ``path``, ``foreignKeyTargetsPath``, ``databaseName``, ``columnTypes``, ``defaultExpressions``, ``canInsertRows`` and optional ``customColumnTypes``. ``editable`` - ``bool`` Boolean indicating if the database is editable