Re: editing an image with ModelForm

2007-12-29 Thread akaihola
Wouldn't it make sense to use the same mechanism as in the Admin interface of the newforms-admin branch? It seems to show the current file path as static text and somehow ignore an empty file field if the object already has a file. --~--~-~--~~~---~--~~ You

Re: editing an image with ModelForm

2007-12-28 Thread Kenneth Gonsalves
On 26-Dec-07, at 10:03 AM, Malcolm Tredinnick wrote: > > > On Wed, 2007-12-26 at 09:46 +0530, Kenneth Gonsalves wrote: >> >> On 26-Dec-07, at 9:01 AM, Malcolm Tredinnick wrote: >> >>> >>> >>> On Wed, 2007-12-26 at 08:53 +0530, Kenneth Gonsalves wrote: On 25-Dec-07, at 7:53 PM, l5x

Re: editing an image with ModelForm

2007-12-25 Thread Malcolm Tredinnick
On Wed, 2007-12-26 at 09:46 +0530, Kenneth Gonsalves wrote: > > On 26-Dec-07, at 9:01 AM, Malcolm Tredinnick wrote: > > > > > > > On Wed, 2007-12-26 at 08:53 +0530, Kenneth Gonsalves wrote: > >> > >> On 25-Dec-07, at 7:53 PM, l5x wrote: > >> > >>> Hm, I didn't have this error with my

Re: editing an image with ModelForm

2007-12-25 Thread Kenneth Gonsalves
On 26-Dec-07, at 9:01 AM, Malcolm Tredinnick wrote: > > > On Wed, 2007-12-26 at 08:53 +0530, Kenneth Gonsalves wrote: >> >> On 25-Dec-07, at 7:53 PM, l5x wrote: >> >>> Hm, I didn't have this error with my PhotoForm. You can look at it >>> here:

Re: editing an image with ModelForm

2007-12-25 Thread Malcolm Tredinnick
On Wed, 2007-12-26 at 08:53 +0530, Kenneth Gonsalves wrote: > > On 25-Dec-07, at 7:53 PM, l5x wrote: > > > Hm, I didn't have this error with my PhotoForm. You can look at it > > here: http://groups.google.com/group/django-users/browse_thread/ > > thread/6693f3294e710eab > > when you want to

Re: editing an image with ModelForm

2007-12-25 Thread Kenneth Gonsalves
On 25-Dec-07, at 7:53 PM, l5x wrote: > Hm, I didn't have this error with my PhotoForm. You can look at it > here: http://groups.google.com/group/django-users/browse_thread/ > thread/6693f3294e710eab when you want to change the photo in the form, when the form comes up is the filename of the

Re: editing an image with ModelForm

2007-12-25 Thread Joseph Kocherhans
On 12/25/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > hi, > > using ModelForm for an ImageField, and following the documentation, I > find that all the other data gets transferred to the form except the > filename. The form loads with an error on the file input: 'this field > is

Re: editing an image with ModelForm

2007-12-25 Thread l5x
Hm, I didn't have this error with my PhotoForm. You can look at it here: http://groups.google.com/group/django-users/browse_thread/thread/6693f3294e710eab --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django