Closed berycz closed 1 month ago
I may be wrong, the 1. seems to actually work now, but the 2. not for some reason
Going to add a comment here as this seems to be the same issue and I was asked to open an issue by boxed.
ISSUE: When using auto__model to display fields in a Table or Form, and that field is a choice field, it should display the human readable or "display values" by default. Instead, it is displaying the actual value.
I am noticing this specifically with CharField - I do not current do choices with any other field type.
Link to relevant Django docs: https://docs.djangoproject.com/en/5.1/ref/models/fields/#choices
Thank you!
When I have model fields as
CharField
withchoices
and I useauto__model
would be nice to get that out of the box :)