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

NDB choices order not preserved #28

Open
hamx0r opened this issue Dec 14, 2018 · 0 comments
Open

NDB choices order not preserved #28

hamx0r opened this issue Dec 14, 2018 · 0 comments

Comments

@hamx0r
Copy link

hamx0r commented Dec 14, 2018

If my NDB model has a Property like
ndb.StringProperty(verbose_name='type', required=True, choices=['Essay', 'Podcast', 'Video']),
and I then I expect the resulting form select to have options in the same order. However, they seem to be randomized.

This issue seems resolved in the master branch, so hoping it can be formally released. Until then, thanks for the fix in master!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant