NoneType = type(None)
__all__ = ('ColumnProperty', 'CompositeProperty', 'SynonymProperty',
- 'ComparableProperty', 'RelationshipProperty', 'BackRef')
+ 'ComparableProperty', 'RelationshipProperty', 'RelationProperty', 'BackRef')
class ColumnProperty(StrategizedProperty):
if not self.viewonly:
self._dependency_processor.register_processors(uowcommit)
-PropertyLoader = RelationshipProperty
+PropertyLoader = RelationProperty = RelationshipProperty
log.class_logger(RelationshipProperty)
mapper.ColumnProperty = ColumnProperty