Changes between Initial Version and Version 28 of Ticket #24342
- Timestamp:
- 05/09/19 13:32:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24342
- Property Cc frewsxcv andre@… Tom Forbes Krzysztof Szularz Olivier Tabone Kye Russell Semyon Pupkov Stefan Foulis Ryan Hiebert Safwan Rahman Sébastien Fievet Paolo Melchiorre added
- Property Needs tests unset
-
Property
Summary
changed from
Add an EnumField as standard
toAdd EnumField model/form fields
-
Property
Version
changed from
1.7
tomaster
- Property Needs documentation unset
-
Property
Type
changed from
Uncategorized
toNew feature
-
Property
Triage Stage
changed from
Unreviewed
toSomeday/Maybe
-
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`.