Versioning extension for SQLAlchemy.
Is there any way of updating the changeset function to include changes to the relationships? Is this already supported with another function? For example I want relationship changes to appear when I write something like this, (with the use of paginaton and Jinja2): ``` {% for version in versions.items %} {% for key, value in version.changeset.items() %} <div>{{ key }}: {{ value[0] }} > {{ value[1] }}</div> {% endfor %} {% endfor %}
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by ben-l and has received 0 comments.