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

Handle tree queryset .values() even more correctly #59

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

glennmatthews
Copy link
Contributor

Follow-on to #57, sorry for the trouble!

This changes the logic so that we still preserve tree traversal order when using .values() or .values_list() on it, while not reintroducing the issue that #57 was addressing.

@matthiask matthiask merged commit 821577a into feincms:main Nov 30, 2023
15 checks passed
@matthiask
Copy link
Member

matthiask commented Nov 30, 2023

Thanks! This looks great.

I have released this as 0.16.1 (I think the patch qualifies as a bug fix and not as a change)

@glennmatthews glennmatthews deleted the fix-values-handling-again branch November 30, 2023 13:42
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

Successfully merging this pull request may close these issues.

2 participants