(
('one', 'One'),
('two', 'Two'),
('other', EDITABLE_HUMAN_READABLE_CHOICE),
)
So what I would like is a choices field with some common choices that are used frequently, but still be able to have the option of filling in a custom human readable value.
Is this possible or is there some better way of doing this that I am completely missing?