[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed issue where two same-named relationships th
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-19 18:35:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b7bc704f3d05/ Changeset: b7bc704f3d05 Branch: None User: zzzeek Date: 2016-01-19 18:34:42+00:00 Summary: - Fixed issue where two same-named relationships that refer to a base class and a concrete-inherited subclass would raise an error if those relationships were set up using "backref", while setting up the identical configuration using relationship() instead with the conflicting names would succeed, as is allowed in the case of a concrete mapping. fixes #3630 Affected #: 5 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. |