4π
β
Err my bad, I should have looked carefully at the docs. Anyway here is the solution:
By default the widget used by ModelChoiceField will have a an empty choice at the top of the list. You can change the text of this label (which is βββββ by default) with the empty_label attribute, or you can disable the empty label entirely by setting empty_label to None
π€phunehehe
Source:stackexchange.com