From 78264b738cd72ffad6e5c32ede3f074f8aad0ca4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 3 May 2020 08:25:21 -0700 Subject: [PATCH] Removed docs for feature I decided not to implement, refs #27 --- docs/python-api.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/python-api.rst b/docs/python-api.rst index 148f794..ded39ce 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -262,8 +262,6 @@ The first argument here is a dictionary specifying the columns you would like to This method takes optional arguments ``pk=``, ``column_order=``, ``foreign_keys=``, ``not_null=set()`` and ``defaults=dict()`` - explained below. -You can pass ``ignore=True`` to silently ignore an existing table and do nothing, or ``replace=True`` to replace that table with a new, empty table. - .. _python_api_compound_primary_keys: Compound primary keys