[Sqlalchemy-tickets] Issue #3553: Wrong or missing reference on sqlalchemy.orm.properties.ColumnPro
Brought to you by:
zzzeek
|
From: Maurice S. <iss...@bi...> - 2015-10-16 14:22:35
|
New issue 3553: Wrong or missing reference on sqlalchemy.orm.properties.ColumnProperty https://bitbucket.org/zzzeek/sqlalchemy/issues/3553/wrong-or-missing-reference-on Maurice Schleußinger: In the current docs: Both `sqlalchemy.orm.properties.ColumnProperty` and `sqlalchemy.orm.properties.RelationshipProperty` claim to have `sqlalchemy.orm.interfaces.StrategizedProperty` as base class (see http://docs.sqlalchemy.org/en/latest/orm/internals.html#sqlalchemy.orm.properties.ColumnProperty). However `sqlalchemy.orm.interfaces.StrategizedProperty` is neither linked nor to be found with the search: http://docs.sqlalchemy.org/en/latest/search.html?q=sqlalchemy.orm.interfaces.StrategizedProperty&check_keywords=yes&area=default |