Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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)

unused_import.patch (599 bytes ) - added by dc 15 years ago.

Download all attachments as: .zip

Change History (7)

by dc, 15 years ago

Attachment: unused_import.patch added

comment:1 by Thejaswi Puthraya, 15 years ago

Component: UncategorizedForms
Needs tests: set

comment:2 by dc, 15 years ago

Has patch: set
Needs tests: unset

comment:3 by Chris Beaven, 15 years ago

Triage Stage: UnreviewedReady for checkin

comment:4 by dc, 15 years ago

milestone: 1.2
Version: 1.0SVN

comment:5 by Luke Plant, 15 years ago

Resolution: fixed
Status: newclosed

(In [11485]) Fixed #10950 - unused import.

Thanks dc

comment:6 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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