I have a compute field (from the web2py book):

Field('full_name',compute=lambda r: r['first_name']+' '+r['last_name']),


as an extra field in the 
auth.settings.extra_fields['auth_user']

This worked fine in 2.14.06 but in version  2.16.1 it prevents the profile 
form to be submitted
Any idea 
(linux nginx etc)

On Tuesday, November 14, 2017 at 6:59:52 AM UTC+1, Massimo Di Pierro wrote:
>
> web2py 2.16.1 is OUT
>
> Lots of bugs fixes contributed by the community. Thanks Leonel, Paolo, 
> Giovanni, and all those who contributed.
>
> the most visible changes are:
>
> - welcome now defaults to bootstrap 4
> - lots of cleanup in the welcome app and new examples in default.py
> - simplified layout.html
>
> Massimo 
>
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to