From: Lele Gaifax Date: Thu, 6 Jul 2023 20:34:57 +0000 (+0200) Subject: Fix indentation in reST directive title (#10060) X-Git-Tag: rel_2_0_19~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd1402e24b554b6924fd6cdbc6e5aa974e8f09f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix indentation in reST directive title (#10060) --- 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