On 3/24/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > From the web I get the following: > > ######################## KEYS: ['fornecedor', 'nome', 'correcao', > 'materialColetado', 'amostra_inadequada', 'acessorios_instrumentos', > 'etiquetas', 'segmento', 'instrucoes_coleta', 'tipo_liberacao_laudo', > 'dias_urgente', 'ibmp', 'analise_id', 'observacoes', 'valores_referencia', > 'equipamento', 'unidadeEquipto', 'unidadeRelatorio', 'automatizavel', > 'dias_padrao', 'metodologia', 'faixa', 'mnemonico'] > ######################## agora -> VALUE: 2006-03-24 17:36:50.695519 TYPE: > <type 'datetime.datetime'> > > Of those, "faixa" is a dict as well because it is a fieldset. But it never > gets processed directly and the error is in a class that makes no mention to > it.
I would've assumed that the filter runs before the TG code, which would mean that it should still be a string. This apparently is not the case. We could certainly extend the decoding filter to only decode strings, but we really do want the decoding filter to run before any TG code gets to it. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
