Commit a4c9a4a5 authored by Daniele Procida's avatar Daniele Procida
Browse files

removed unused BLANK_CHOICE_NONE

parent 962f133f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,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