Opened 3 years ago
Closed 3 years ago
#32766 closed Cleanup/optimization (fixed)
Unused ORDER_TYPE_VAR variable in admin changelist code
Reported by: | David Sanders | Owned by: | David Sanders |
---|---|---|---|
Component: | contrib.admin | Version: | 3.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There are no current usages of ORDER_TYPE_VAR
, and it appears it became dead code in the 1.4 release, so seems safe enough to remove since it's been nearly a decade.
Change History (2)
comment:1 by , 3 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
Agreed, unused since 5434ce231d75004bdbe5cf2b7b24ce67a2a6e737.
PR