[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - repair issue in declared_attr.cascading such that
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-24 20:31:33
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3a56c4f01905/ Changeset: 3a56c4f01905 Branch: None User: zzzeek Date: 2015-02-24 20:29:30+00:00 Summary: - repair issue in declared_attr.cascading such that within a subclass, the value returned by the descriptor is not available because the superclass is already mapped with the InstrumentedAttribute, until the subclass is mapped. We add a setattr() to set up that attribute so that the __mapper_args__ hook and possibly others have access to the "cascaded" version of the attribute within the call. Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |