mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-09 09:06:45 -04:00
d6c60cb2f3
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.