Opened 17 years ago
Closed 17 years ago
#7702 closed (fixed)
more imports ContentType than we need
| Reported by: | Honza Král | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | newforms-admin |
| Severity: | Keywords: | ep2008 | |
| 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
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.
Attachments (1)
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.