Re: ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Hiroki Kiyohara
Hi, tino. Thanks for your reply. I compleatly understood that the problem is known here. If I fell like it, I try solving this. Thank you. hirokiky -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web vi

Re: ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Tino de Bruijn
Hi Hiroki, On Mon, Nov 12, 2012 at 12:31 PM, Hiroki Kiyohara wrote: > Hi, all. > > Problem > === > In updating objects(UpdateView and so on), > django.forms.widgets.ClearableFileInput doesn't render a currently value > when the POSTed data was invalid(for example, uploading PDF file to > Ima

ClearableFileInput doesn't render a currently value when invalid

2012-11-12 Thread Hiroki Kiyohara
Hi, all. Problem === In updating objects(UpdateView and so on), django.forms.widgets.ClearableFileInput doesn't render a currently value when the POSTed data was invalid(for example, uploading PDF file to ImageField using ClearableFileInput). The HTML rendered when invalid error is only