#9399 closed (fixed)
Missing StopFutureHandlers in core/files/uploadhandler.py, __all__
Description ¶
In django/core/files/uploadhandler.py
, the StopFutureHandlers
class is not in the all list. Minor oversight, patch attached.
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.