Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relationships included in changeset #320

Open
ben-l opened this issue Nov 21, 2022 · 0 comments
Open

Relationships included in changeset #320

ben-l opened this issue Nov 21, 2022 · 0 comments

Comments

@ben-l
Copy link

ben-l commented Nov 21, 2022

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 %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant