#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)
Change History (6)
by , 16 years ago
Attachment: | uploadhandler_all_r9235.patch added |
---|
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Adds StopFutureHandlers to all.