Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

NDB choices order not preserved #28

@hamx0r

Description

@hamx0r

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions