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

Fixed #27910: Added a ChoiceEnum class for use in field choices #11223

Closed
wants to merge 4 commits into from

Commits on Jul 4, 2019

  1. Fixed #27910 -- Added a ChoiceEnum class for use in field choices

    The class can serve as a base class for user enums, supporting
    translatable human-readable names, or names automatically inferred
    from the enum member name.
    
    A ChoiceIntEnum is also provided.
    
    Thanks Ian Foote for review.
    shaib authored and felixxm committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    621fe56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bbf9b3 View commit details
    Browse the repository at this point in the history
  3. Added ChoiceStrEnum + Edits.

    felixxm committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    f8a5e52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b79203 View commit details
    Browse the repository at this point in the history