#5962: FileField doesn't show existing data on newforms widget ---------------------------+------------------------------------------------ Reporter: garcia_marc | Owner: garcia_marc Status: new | Component: django.newforms Version: newforms-admin | Keywords: filefield data link Stage: Unreviewed | Has_patch: 0 ---------------------------+------------------------------------------------ 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. -- Ticket URL: <http://code.djangoproject.com/ticket/5962> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
