Opened 16 years ago

Closed 15 years ago

Last modified 13 years ago

#9399 closed (fixed)

Missing StopFutureHandlers in core/files/uploadhandler.py, __all__

Reported by: George Vilches Owned by: nobody
Component: Core (Other) Version: 1.0
Severity: Keywords: uploadhandler StopFutureHandlers
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In django/core/files/uploadhandler.py , the StopFutureHandlers class is not in the all list. Minor oversight, patch attached.

Attachments (1)

uploadhandler_all_r9235.patch (462 bytes ) - added by George Vilches 16 years ago.
Adds StopFutureHandlers to all.

Download all attachments as: .zip

Change History (6)

by George Vilches, 16 years ago

Adds StopFutureHandlers to all.

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Malcolm Tredinnick, 15 years ago

gav, repeat after me: "I must make patches from the root of the source tree so that commiters don't have to hunt down the right sodding file to patch!"

comment:3 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [9992]) Fixed #9399 -- Added StopFutureHandlers to export list in file handling.

Thanks, George Vilches.

comment:4 by Malcolm Tredinnick, 15 years ago

(In [9993]) [1.0.X] Fixed #9399 -- Added StopFutureHandlers to export list in file handling.

Thanks, George Vilches.

Backport of r9992 from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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