Merge pull request #902 from evildmp/BLANK_CHOICE_NONE

Fixed #20043 -- Removed unused BLANK_CHOICE_NONE
This commit is contained in:
Aymeric Augustin 2013-03-17 03:15:49 -07:00
commit 3beabb5afd
1 changed files with 0 additions and 1 deletions

View File

@ -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