Opened 3 years ago
Closed 3 years ago
#33964 closed Bug (worksforme)
get_FOO_display() doesn't work with field named that include underscore
Description ¶
If you try to use a get_FOO_display method on a field that contains underscore, it apparently breaks the syntax and the method doesn't work
Note:
See TracTickets
for help on using tickets.
The following test passes for me. Please provide details to reproduce.
TabularUnified tests/model_regress/models.py
TabularUnified tests/model_regress/tests.py