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 received
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 wrot
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 PhotoForm.
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: http://groups.google.com/group/django-users/browse_
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 c
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
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 required'.
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 users
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 required'.
I get the instance = Photo.objects.get(pk=id)
and
form = Photof
9 matches
Mail list logo