[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Use configured props for mapper.attrs, mapper.all_o
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-11-11 02:24:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2eb4aac9517/ Changeset: f2eb4aac9517 Branch: master User: zzzeek Date: 2016-11-10 22:36:41+00:00 Summary: Use configured props for mapper.attrs, mapper.all_orm_descriptors Fixed bug where the :attr:`.Mapper.attrs`, :attr:`.Mapper.all_orm_descriptors` and other derived attributes would fail to refresh when mapper properties or other ORM constructs were added to the mapper/class after these accessors were first called. (also trying different ways to get the changelog to merge cleanly) Change-Id: Iaecdb4b3d8c3a3b44302a5880476e60a1f4e27d9 Fixes: #3778 Affected #: 3 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. |