opal icon indicating copy to clipboard operation
opal copied to clipboard

model.get_field_enum should return the human readable name of the choices

Open fredkingham opened this issue 2 years ago • 0 comments

At present get_field_enum returns the database saved value in the model (ie the first element in the tuple). Change this to return the human readable part (ie the second(.

django docs for reference

fredkingham avatar Sep 14 '22 12:09 fredkingham