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
{{ message }}
This repository was archived by the owner on Oct 12, 2024. It is now read-only.
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!