#15292 closed (fixed)
Useless piece of code in admin_list.py
Reported by: | Julien Phalip | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
While I was in the neighbourhood I noticed a small useless piece of code. The case where value
is None
is already handled in display_for_field()
.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | 15292_useless_code_in_admin_list_py.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [15570]: