#10950 closed (fixed)
Unused import in django/forms/fields.py
Reported by: | dc | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | dev |
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
source:django/trunk/django/forms/fields.py#L32
from django.core.files.uploadedfile import SimpleUploadedFile as UploadedFile
is not used.
Attachments (1)
Change History (7)
by , 16 years ago
Attachment: | unused_import.patch added |
---|
comment:1 by , 16 years ago
Component: | Uncategorized → Forms |
---|---|
Needs tests: | set |
comment:2 by , 16 years ago
Has patch: | set |
---|---|
Needs tests: | unset |
comment:3 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:4 by , 15 years ago
milestone: | → 1.2 |
---|---|
Version: | 1.0 → SVN |
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [11485]) Fixed #10950 - unused import.
Thanks dc