wtforms-appengine icon indicating copy to clipboard operation
wtforms-appengine copied to clipboard

NDB `choices` order not preserved

Open hamx0r opened this issue 7 years ago • 0 comments

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!

hamx0r avatar Dec 14 '18 16:12 hamx0r