[web2py] RSS feed

2015-01-23 Thread Dani
] = uó #unicode fail if: obj[key] = ó #string fail if change encode for decode in this line work if obj[key] is a unicode. return str(obj[key]).decode('utf-8', 'replace') if key in obj else default Is this a possible bug? Very thanks -- Dani -- Resources: - http://web2py.com

[web2py] Behavior distinct when breakpoint is set

2014-03-04 Thread Dani
) form.vars.slug = slug In debug mode, when add breapoint on line: form.vars.slug = slug work fine but if not set breakpoint when set fiel to blank () this is showed on form as when must be slug variable Any idea why this happens? thanks -- Dani -- Resources: - http