]> 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:30 +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
(cherry picked from commit 14bfbadfdf9260a1c40f63b31641b27fe9de12a0)

doc/build/orm/query.rst

index 498679ea9eb30185eff2a153271da0d073b51342..29df9f31d12505c4fb0c51280c03a4f7383db5b6 100644 (file)
@@ -20,14 +20,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
 =============================