]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use inherited members for Query
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2022 19:14:23 +0000 (15:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2022 19:15:19 +0000 (15:15 -0400)
not sure why these four methods were here, they don't
get sorted when doing it this way.

Change-Id: I554f132df3f299858ca5b451a79fbd9dd1f520ee

doc/build/orm/query.rst

index e024cd1afc97adbc6b96c2cdb0c31d67f0374ef5..22168617b8da70935d814edf923dbff3562d1051 100644 (file)
@@ -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
 =============================