Release 0.50

Refs #1001, #514, #891, #943, #969, #970, #978, #980, #996, #997

Closes #1002
This commit is contained in:
Simon Willison 2020-10-09 10:51:03 -07:00
commit a61f0e4e15
3 changed files with 18 additions and 14 deletions

View file

@ -330,8 +330,8 @@ You can try out these messages (including the different visual styling of the th
.. _internals_datasette_client:
.client
-------
datasette.client
----------------
Plugins can make internal HTTP requests to the Datasette instance within which they are running. This ensures that all of Datasette's external JSON APIs are also available to plugins.
@ -365,7 +365,6 @@ It offers the following methods:
For documentation on available ``**kwargs`` options and the shape of the HTTPX Response object refer to the `HTTPX Async documentation <https://www.python-httpx.org/async/>`__.
.. _internals_database:
Database class