Loading django/db/models/fields/__init__.py +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
django/db/models/fields/__init__.py +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading