Opened 12 years ago

Closed 12 years ago

#20043 closed Bug (fixed)

remove unused BLANK_CHOICE_NONE

Reported by: Daniele Procida Owned by: nobody
Component: Database layer (models, ORM) Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

https://github.com/django/django/pull/902

django/db/models/fields/init.py defines BLANK_CHOICE_NONE, but nothing uses it. Either something should, but doesn't, or BLANK_CHOICE_NONE is not required.

Change History (3)

comment:1 by Aymeric Augustin, 12 years ago

Component: UncategorizedDatabase layer (models, ORM)
Type: UncategorizedBug

comment:2 by Aymeric Augustin, 12 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Aymeric Augustin <aymeric.augustin@…>, 12 years ago

Resolution: fixed
Status: newclosed

In 3beabb5afd8df56af48461bc0f6011f2d96aa088:

Merge pull request #902 from evildmp/BLANK_CHOICE_NONE

Fixed #20043 -- Removed unused BLANK_CHOICE_NONE

Note: See TracTickets for help on using tickets.
Back to Top