Opened 17 years ago

Closed 13 years ago

#6418 closed New feature (wontfix)

Databrowse not allowing download of FieldType: FileField

Reported by: Manish Singh <mdsingh@…> 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)

datastructures.py (9.3 KB ) - added by Manish Singh <mdsingh@…> 17 years ago.

Download all attachments as: .zip

Change History (7)

by Manish Singh <mdsingh@…>, 17 years ago

Attachment: datastructures.py added

comment:1 by Chris Beaven, 17 years ago

Manish - could you provide a diff rather than the whole .py file?

comment:2 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:3 by Gabriel Hurley, 13 years ago

Component: Contrib appscontrib.databrowse

comment:4 by Julien Phalip, 13 years ago

Needs documentation: set
Needs tests: set
Patch needs improvement: set
Severity: Normal
Type: New feature

comment:5 by Alex Gaynor, 13 years ago

Easy pickings: unset
Triage Stage: Design decision neededSomeday/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 Preston Holmes, 13 years ago

Resolution: wontfix
Status: newclosed

Databrowse is now deprecated, see #16907

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