Release 0.13

This commit is contained in:
Simon Willison 2019-02-23 22:54:43 -08:00
commit 1b6025e8ab
4 changed files with 16 additions and 2 deletions

View file

@ -182,6 +182,8 @@ Note that the ``pk`` and ``column_order`` parameters here are optional if you ar
An ``upsert_all()`` method is also available, which behaves like ``insert_all()`` but performs upserts instead.
.. _python_api_hash:
Setting an ID based on the hash of the row contents
===================================================