From 2bd1402e24b554b6924fd6cdbc6e5aa974e8f09f Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Thu, 6 Jul 2023 22:34:57 +0200 Subject: [PATCH] Fix indentation in reST directive title (#10060) --- doc/build/orm/dataclasses.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build/orm/dataclasses.rst b/doc/build/orm/dataclasses.rst index 639140b2fb..0b0c49a06e 100644 --- a/doc/build/orm/dataclasses.rst +++ b/doc/build/orm/dataclasses.rst @@ -529,9 +529,9 @@ Integrating with Alternate Dataclass Providers such as Pydantic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. warning:: The dataclass layer of Pydantic version 1.x is **not fully - compatible with SQLAlchemy's class instrumentation without additional - internal changes, and many features such as related collections may - not work correctly.**. + compatible with SQLAlchemy's class instrumentation without additional + internal changes, and many features such as related collections may + not work correctly.**. For Pydantic compatibility, please consider the `SQLModel ` ORM which is built with -- 2.47.2