Opened 17 years ago

Closed 17 years ago

Last modified 12 years ago

#5962 closed Bug (wontfix)

FileField doesn't show existing data on newforms widget

Reported by: Marc Garcia Owned by: Marc Garcia
Component: Forms Version: dev
Severity: Normal Keywords: filefield data link
Cc: marc.garcia@… Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If we've a model that contains a FileField (or ImageField), and we use admin with it, in that field's widget is displayed a link to existing data on it.

When using form_for_model (or any method to create a form) for same field, that link isn't displayed. I think that it should.

If that's an issue (what I think) I'll develop patch for it.

Change History (3)

comment:1 by Brian Rosner, 17 years ago

Triage Stage: UnreviewedDesign decision needed
Version: newforms-adminSVN

I dont think this is an issue but more of an enhancement. newforms-admin just defines its own widget to accomplish this. There is no reason you can do the same.

comment:2 by Marc Garcia, 17 years ago

Resolution: wontfix
Status: newclosed

Ups, I forget about this ticket. Now form_for_field is deprecated, and FileFields are being rewrited, so this ticket is meaningless, and we'll see the final result of everything.

comment:3 by anonymous, 12 years ago

Easy pickings: unset
Severity: Normal
Type: Bug
UI/UX: unset
Note: See TracTickets for help on using tickets.
Back to Top