diff --git a/README.rst b/README.rst index 68e8c4b6..7c770708 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,10 @@ Peewee is a simple and small ORM. It has few (but expressive) concepts, making i * supports sqlite, mysql, mariadb, postgresql * asyncio support * tons of extensions -* use with `flask `_ - `fastapi `_ and - `more `_. +* use with `flask `__, + `fastapi `__, + `pydantic `__, and + `more `__. New to peewee? These may help: diff --git a/docs/index.rst b/docs/index.rst index cb20d2c4..417b6b21 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,8 @@ it easy to learn and intuitive to use. * supports :ref:`sqlite, mysql, mariadb, postgresql `. * :ref:`asyncio support ` * tons of extensions -* use with :ref:`flask `, :ref:`fastapi ` and :ref:`more ` +* use with :ref:`flask `, :ref:`fastapi `, :ref:`pydantic ` + and :ref:`more ` Peewee's source code hosted on `GitHub `_.