Mention data validation
authorKarl O. Pinc <kop@meme.com>
Tue, 30 Oct 2018 21:43:10 +0000 (16:43 -0500)
committerKarl O. Pinc <kop@meme.com>
Tue, 30 Oct 2018 21:43:10 +0000 (16:43 -0500)
README.rst

index c1fdff87d3eee896d66d41851bb7be03e1659e3d..c6ac409dd469bc304e6da5c9741871e8aae93141 100644 (file)
@@ -29,11 +29,12 @@ Short Documentation
 
 PGWUI_Core stands for `PostgreSQL`_ Web User Interface Core.
 
-A Python framework for creating `PostgreSQL`_ web user interfaces.  The
-focus is on interfaces supporting bulk data upload or download, on
-execution of batches of arbitrary SQL, and on transactions.  A
-distinguishing feature is an emphasis on discovering and reporting as
-many errors as is possible per bulk interaction with the database.
+A Python framework for creating `PostgreSQL`_ web user interfaces.
+The focus is on interfaces supporting validation during bulk data
+upload, supporting bulk download, on execution of batches of arbitrary
+SQL, and on transactions.  A distinguishing feature is an emphasis on
+discovering and reporting as many errors as is possible per bulk
+interaction with the database.
 
 PGWUI_Core is a framework based on the `Pyramid`_ framework.  It
 provides modular and extendable capabilities, allowing you to