Opened 13 years ago
Closed 13 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 , 13 years ago
| Component: | Uncategorized → Database layer (models, ORM) |
|---|---|
| Type: | Uncategorized → Bug |
comment:2 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 3beabb5afd8df56af48461bc0f6011f2d96aa088: