Opened 13 years ago

Closed 13 years ago

#15512 closed (fixed)

Admin imports cleanup

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

I've spent some time around the admin lately and noticed a bunch of unused and redundant imports. The attached clean these all up in one go.

Attachments (1)

15512_admin_imports_cleanup.diff (6.1 KB ) - added by Julien Phalip 13 years ago.

Download all attachments as: .zip

Change History (4)

by Julien Phalip, 13 years ago

comment:1 by Russell Keith-Magee, 13 years ago

Triage Stage: UnreviewedReady for checkin

Personal preference is to use braces, rather than backslash line continuations; however, that's easy to pick up on commit, so marking RFC

comment:2 by Jannis Leidel, 13 years ago

Yeah, please use braces :)

comment:3 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: newclosed

In [15719]:

Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip for the patch.

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