mirror of
https://github.com/django/django.git
synced 2024-12-26 02:56:25 +00:00
removed unused BLANK_CHOICE_NONE
This commit is contained in:
parent
962f133f72
commit
a4c9a4a5fe
@ -29,7 +29,6 @@ class NOT_PROVIDED:
|
|||||||
# The values to use for "blank" in SelectFields. Will be appended to the start
|
# The values to use for "blank" in SelectFields. Will be appended to the start
|
||||||
# of most "choices" lists.
|
# of most "choices" lists.
|
||||||
BLANK_CHOICE_DASH = [("", "---------")]
|
BLANK_CHOICE_DASH = [("", "---------")]
|
||||||
BLANK_CHOICE_NONE = [("", "None")]
|
|
||||||
|
|
||||||
class FieldDoesNotExist(Exception):
|
class FieldDoesNotExist(Exception):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user