On 05/05/2006, at 16:09, Jorge Godoy wrote:
> > Em Sexta 05 Maio 2006 10:59, Alberto Valverde escreveu: > >> I agree with Michele on this, it's really better to have Just One Way >> of passing values to compound widgets: a dict. > > Amen! I've committed the fix for this issue at [1390] (1.0) and [1391] (fastdata). The change should be invisible to users unless they override DataController.edit() In, this case, the value sent to the form should be converted explicitly by database.so_to_dict(). Bottom line: CompoundWidgets (which Forms are a descendant of) *always* receive a dict as value. Question: In which changelog should I mention this? Is there a changelog for FastData or should I mention in TG's? 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 -~----------~----~----~----~------~----~------~--~---
