Closed leibowitz closed 6 years ago
@leibowitz Great, thank you very much for the fix! Could you please rebase to current master (which has fixed all tests)? And could you please write a test demonstrating what didn't work before and works now?
is there something wrong with coverage now? if the previous commit had 100% coverage, how adding an empty line can bring the coverage to 0%? doesn't make any sense to me
@leibowitz Thanks for the great work and sorry, that I foregot about this. The coverage was probably some glitch in the infrastructure.
Choice fields (
TextField
orCharField
withchoices
argument set) always have their value in the list displayed as empty.This fixes it. And doesn't seem to break anything else for me, but please make sure I'm not doing something stupid before merging please!
FYI, the change was introduced here