[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-17 20:06:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d6c60cb2f3b1/ Changeset: d6c60cb2f3b1 Branch: None User: glyphobet Date: 2013-06-15 18:15:29 Summary: don't create a history entry when an object in a backref has changed The code that determines whether an object in a relation has been added/removed does not take into account that that relation may be a backref. If the relation is a backref, then nothing on the current table is changing, and therefore no history entry should be created. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6b5192395af0/ Changeset: 6b5192395af0 Branch: master User: zzzeek Date: 2013-06-17 22:06:29 Summary: Merged in goodscloud/sqlalchemy (pull request #2) don't create a history entry when an object in a backref has changed 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. |