From: Mike Bayer Date: Sat, 30 Jul 2022 19:14:23 +0000 (-0400) Subject: use inherited members for Query X-Git-Tag: rel_2_0_0b1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14bfbadfdf9260a1c40f63b31641b27fe9de12a0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git use inherited members for Query not sure why these four methods were here, they don't get sorted when doing it this way. Change-Id: I554f132df3f299858ca5b451a79fbd9dd1f520ee --- diff --git a/doc/build/orm/query.rst b/doc/build/orm/query.rst index e024cd1afc..22168617b8 100644 --- a/doc/build/orm/query.rst +++ b/doc/build/orm/query.rst @@ -40,14 +40,7 @@ Following is the full interface for the :class:`_query.Query` object. .. autoclass:: sqlalchemy.orm.Query :members: - - .. automethod:: sqlalchemy.orm.Query.prefix_with - - .. automethod:: sqlalchemy.orm.Query.suffix_with - - .. automethod:: sqlalchemy.orm.Query.with_hint - - .. automethod:: sqlalchemy.orm.Query.with_statement_hint + :inherited-members: ORM-Specific Query Constructs =============================