]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Improve "what's new section in the docs.
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 13:17:09 +0000 (15:17 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 14:06:20 +0000 (16:06 +0200)
docs/basic/from_pg2.rst
docs/index.rst

index e6bfec6f1a6f3c69a420ef472667c6349c416991..18f27f033db1b4469dd36bf4d71a5d969c3b1bac 100644 (file)
@@ -202,12 +202,10 @@ you?
 What's new in Psycopg 3
 -----------------------
 
-.. admonition:: TODO
-
-    to be completed
-
-- `asyncio` support.
-- Several data types are adapted out-of-the-box: uuid, network, range, bytea,
-  array of any supported type are dealt with automatically
-  (see :ref:`types-adaptation`).
-- Access to the low-level libpq functions via the `pq` module.
+- :ref:`Asynchronous support <async>`
+- :ref:`Server-side parameters binding <server-side-binding>`
+- :ref:`prepared statements <prepared-statements>`
+- :ref:`Binary communication <binary-data>`
+- :ref:`Python-based COPY support <copy>`
+- :ref:`Support for static typing <row-factory-static>`
+- :ref:`Direct access to the libpq functionalities <psycopg.pq>`
index a1e802cf1c9ff9b6c2baff57380d1f4bdc736255..f6c7d03890da45a7d61098c59ab3873bc431b130 100644 (file)
@@ -14,8 +14,8 @@ more modern PostgreSQL and Python features, such as:
 - :ref:`prepared statements <prepared-statements>`
 - :ref:`binary communication <binary-data>`
 - :ref:`great COPY support <copy>`
-- :ref:`direct access to the libpq functionalities <psycopg.pq>`
 - :ref:`support for static typing <row-factory-static>`
+- :ref:`direct access to the libpq functionalities <psycopg.pq>`
 
 .. _Python: https://www.python.org/
 .. _PostgreSQL: https://www.postgresql.org/