Opened 14 years ago
Closed 14 years ago
#18035 closed Cleanup/optimization (fixed)
Remove AdminMediaHandler
| Reported by: | Aymeric Augustin | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Release blocker | 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
As explained in the deprecation timeline.
Attachments (2)
Change History (7)
by , 14 years ago
| Attachment: | 18035-1.diff added |
|---|
comment:1 by , 14 years ago
| Has patch: | set |
|---|
My patch goes a bit further and also rename some variable names containing 'media' to 'static'.
comment:2 by , 14 years ago
| Patch needs improvement: | set |
|---|
You remove the Command class from the runserver management command module, that means it'll be broken when not using staticfiles
comment:3 by , 14 years ago
| Patch needs improvement: | unset |
|---|
comment:4 by , 14 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
AdminMediaHandler removal