I'm trying to track changes in many-to-many relationship using SQLAlchemy-Continuum
package.
Unfortunately only changes made to simple fields like db.String
are present in the changeset.
How to make changes made to relationship fields present in the changeset
?
There are some fragments in the docs concerning many-to-many relationships but the documentation lacks examples. https://sqlalchemy-continuum.readthedocs.io/en/latest/api.html#sqlalchemy_continuum.relationship_builder.RelationshipBuilder.build_association_version_tables
Any help and examples will be appreciated.