On 05/05/2006, at 0:14, Jorge Godoy wrote:
> > Em Quinta 04 Maio 2006 18:24, Alberto Valverde escreveu: >> >> Me too, looks cleaner... I *might* be able to commit a fix >> tomorrow... > > Hmmmm... What will I have to change in my code? :-) I'm not sure yet as I haven't had a chance to take a look closely into this. I *hope* nothing, as it should be something internal to fastdata... In the worst-case scenario I guess you'll just have to change: a = MySqlObject.get(33) form.display(a) into form.display(so_to_dict(a)) I agree with Michele on this, it's really better to have Just One Way of passing values to compound widgets: a dict. Regards, Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
