From: Karl O. Pinc Date: Sat, 14 Dec 2019 06:09:21 +0000 (-0600) Subject: Move form docs from PGWUI_Core to PGWUI_Common X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=dfc92f538801b3d6462fa8a5a4b8083f898f669f;p=pgwui_core Move form docs from PGWUI_Core to PGWUI_Common --- diff --git a/README.rst b/README.rst index 109704b..479c740 100644 --- a/README.rst +++ b/README.rst @@ -41,10 +41,6 @@ provides modular and extendable capabilities, allowing you to concentrate on the specific needs of your application. The capabilities it provides include:: - * Extendable web forms with fields supporting designation of - database and credentials. These forms are rendered using - `Pyramid`_ views. - * Database connection objects which execute batches of SQL and provide transaction support.