Changes between Initial Version and Version 28 of Ticket #24342
- Timestamp:
- May 9, 2019, 8:32:58 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24342
- Property Needs documentation unset
- Property Needs tests unset
- Property Type Uncategorized → New feature
- Property Version 1.7 → master
- Property Triage Stage Unreviewed → Someday/Maybe
- Property Summary Add an EnumField as standard → Add EnumField model/form fields
- Property Cc added
-
Ticket #24342 – Description
initial v28 1 Add support for an `EnumField` which is backed by the corresponding `enum` type if one exists in the database engine (eg. mysql, postgres), with a default implementation of CharField in other database types and mapped to instances of the `enum.Enum` (or `enum34.Enum` in python 2).1 Add support for an `EnumField` which is backed by the corresponding `enum` type if one exists in the database engine (eg. mysql, postgres), with a default implementation of CharField in other database types and mapped to instances of the `enum.Enum`.