You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 %}
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: