diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2020-04-14 17:04:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-04-14 17:04:26 +0000 |
commit | a898ade3bc36ca27cf9475d1348249646eb40e95 (patch) | |
tree | 0584a61e8c771c06780301c475d81fe80d88cf19 /lib/sqlalchemy/ext | |
parent | b289fb032ead703eb131ad1b0d0e0dcba8617ca3 (diff) | |
parent | b99012d143e0f61bada9c86f524c421fd41c20c2 (diff) | |
download | sqlalchemy-a898ade3bc36ca27cf9475d1348249646eb40e95.tar.gz |
Merge "Enable zzzeeksphinx module prefixes"
Diffstat (limited to 'lib/sqlalchemy/ext')
-rw-r--r-- | lib/sqlalchemy/ext/associationproxy.py | 2 | ||||
-rw-r--r-- | lib/sqlalchemy/ext/declarative/api.py | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lib/sqlalchemy/ext/associationproxy.py b/lib/sqlalchemy/ext/associationproxy.py index f00b642db..599bf966d 100644 --- a/lib/sqlalchemy/ext/associationproxy.py +++ b/lib/sqlalchemy/ext/associationproxy.py @@ -81,7 +81,7 @@ def association_proxy(target_collection, attr, **kw): ASSOCIATION_PROXY = util.symbol("ASSOCIATION_PROXY") -"""Symbol indicating an :class:`InspectionAttr` that's +"""Symbol indicating an :class:`.InspectionAttr` that's of type :class:`.AssociationProxy`. Is assigned to the :attr:`.InspectionAttr.extension_type` diff --git a/lib/sqlalchemy/ext/declarative/api.py b/lib/sqlalchemy/ext/declarative/api.py index b1574339d..825c1d3f3 100644 --- a/lib/sqlalchemy/ext/declarative/api.py +++ b/lib/sqlalchemy/ext/declarative/api.py @@ -442,8 +442,6 @@ class ConcreteBase(object): :ref:`concrete_inheritance` - :ref:`inheritance_concrete_helpers` - """ @@ -582,8 +580,6 @@ class AbstractConcreteBase(ConcreteBase): :ref:`concrete_inheritance` - :ref:`inheritance_concrete_helpers` - """ __no_table__ = True |