mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Merge pull request #902 from evildmp/BLANK_CHOICE_NONE
Fixed #20043 -- Removed unused BLANK_CHOICE_NONE
This commit is contained in:
commit
3beabb5afd
@ -30,7 +30,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…
x
Reference in New Issue
Block a user