[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The ``viewonly`` flag on :func:`.relationship` wi
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-11-20 00:17:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/63508b82cd57/ Changeset: 63508b82cd57 Branch: None User: zzzeek Date: 2013-11-20 01:16:26 Summary: - The ``viewonly`` flag on :func:`.relationship` will now prevent attribute history from being written on behalf of the target attribute. This has the effect of the object not being written to the Session.dirty list if it is mutated. Previously, the object would be present in Session.dirty, but no change would take place on behalf of the modified attribute during flush. The attribute still emits events such as backref events and user-defined events and will still receive mutations from backrefs. [ticket:2833] Affected #: 6 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. |