Opened 17 years ago
Closed 17 years ago
#7702 closed (fixed)
more imports ContentType than we need
Description ¶
django/contrib/admin/options.py has way too much import statements, I remove some imports from within functions that are already imported at the top of the file.
Change History (4)
by , 17 years ago
Attachment: | 7702-against-7875.patch added |
---|
comment:1 by , 17 years ago
Keywords: | ep2008 added |
---|
comment:2 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I checked and applied this patch on 7875 nfa, all tests passed.