I agree, currently I am deleting old file in view handling form, which
does not feel right. I also need to check for upload errors and in
case of ImageField if it's a valid image, which feels really wrong
since the field is doing it on itself
--
You received this message because you are subscribe
On Thu, Nov 19, 2009 at 10:39 AM, Richard Laager wrote:
> It was suggested in #django that I ask here about some patches I've
> submitted:
> http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&reporter=~rlaager&has_patch=1&order=priority
>
> What should I be doing to hel
On Sat, 2009-11-21 at 05:57 -0800, Anssi Kaariainen wrote:
> If I am not completely mistaken you can use your ModelForm with
> field.label and field.data to get read-only view of the model.
I was trying to do something like this today and didn't have any luck.
Do you have a pointer to a working sa