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