Opened 18 years ago
Closed 14 years ago
#6418 closed New feature (wontfix)
Databrowse not allowing download of FieldType: FileField
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.databrowse | Version: | dev |
| Severity: | Normal | Keywords: | databrowse |
| Cc: | Triage Stage: | Someday/Maybe | |
| Has patch: | yes | Needs documentation: | yes |
| Needs tests: | yes | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | no |
Description
If field type is FileField of ImageField, databrowse should allow to view or download that file.
The attached patch is what I am using, but is certainly not implemented the right way. Just demonstrates what is being asked.
Attachments (1)
Change History (7)
by , 18 years ago
| Attachment: | datastructures.py added |
|---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:3 by , 15 years ago
| Component: | Contrib apps → contrib.databrowse |
|---|
comment:4 by , 15 years ago
| Needs documentation: | set |
|---|---|
| Needs tests: | set |
| Patch needs improvement: | set |
| Severity: | → Normal |
| Type: | → New feature |
comment:5 by , 14 years ago
| Easy pickings: | unset |
|---|---|
| Triage Stage: | Design decision needed → Someday/Maybe |
| UI/UX: | unset |
Marking this as someday/maybe, databrowse does not currently have an owner, or any particular direction (much less active development).
comment:6 by , 14 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Databrowse is now deprecated, see #16907
Note:
See TracTickets
for help on using tickets.
Manish - could you provide a diff rather than the whole .py file?