Commit 3beabb5a authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Merge pull request #902 from evildmp/BLANK_CHOICE_NONE

Fixed #20043 -- Removed unused BLANK_CHOICE_NONE
parents 0555ef7c a4c9a4a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ class NOT_PROVIDED:
# The values to use for "blank" in SelectFields. Will be appended to the start
# of most "choices" lists.
BLANK_CHOICE_DASH = [("", "---------")]
BLANK_CHOICE_NONE = [("", "None")]

class FieldDoesNotExist(Exception):
    pass