mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02:00
Fix RST heading underlin
This commit is contained in:
parent
1246c6576b
commit
e4ff5e27d3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ A new :ref:`register_token_handler() <plugin_hook_register_token_handler>` plugi
|
|||
This includes a **backwards incompatible change**: the ``datasette.create_token()`` internal method is now an ``async`` method. Consult the :ref:`upgrade guide <upgrade_guide_v1_a25>` for details on how to update your code.
|
||||
|
||||
``render_cell()`` now receives a ``pks`` parameter
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The :ref:`render_cell() <plugin_hook_render_cell>` plugin hook now receives a ``pks`` parameter containing the list of primary key column names for the table being rendered. This avoids plugins needing to make redundant async calls to look up primary keys. (`#2641 <https://github.com/simonw/datasette/pull/2641>`__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue