Files
sqlalchemy/examples/versioning
Matt Chisholm d6c60cb2f3 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.
2013-06-15 18:15:29 +02:00
..
2013-04-27 19:53:57 -04:00