Best way to handle "inline" editing of objects?

2006-11-01 Thread foot
blem people may be using until the validation-aware models (or the like) are sorted. =) Thanks very much! foot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: Dreamhost, Django and MySQL server connection

2006-02-13 Thread foot
next person to will get a 'MySQL server has gone away' error... which they will have to refresh but then they can browse normally... unless they idle for 5mins. It would be great to get this fixed tho... - foot

Re: FormField.prepare

2006-01-23 Thread foot
doesn't seem to do this, are there any parameters you can pass it anywhere to get it to call prepare()? Thanks, foot

Re: FormField.prepare

2006-01-23 Thread foot
A, I think I figured it out, you're supposed to call the manipulator's prepare() method explicitly which in turn calls the fields' prepare methods. Will test this as soon as I get home... foot foot wrote: > > django.core.formfields.FormField has a method 'prepa

FormField.prepare

2006-01-22 Thread foot
also calls prepare and also doesn't appear to be currently working). I'm running off latest trunk development revision. Thanks very much for any info! Ta, foot