Re: Design decision on FileField removing abandoned files?

2009-11-22 Thread Alexander Schepanovski
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

Re: Patch Reviewing

2009-11-22 Thread Russell Keith-Magee
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

Re: Public method for getting model field names in order of definition

2009-11-22 Thread Richard Laager
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