web2py v1.82.1 Release Notes

    • request.ajax to detect if action is called via ajax, tahnks Jonathan and David Mako
    • more captcha options, thanks Vidul
    • openid and oauth2 thanks Michele and Keith
    • ๐Ÿ‘ better PluginManager and load components
    • ๐Ÿ†• new template system, thanks Thadeus
    • ๐Ÿ†• new db.table(id,[field=value]) and db.table(query) syntax
    • URL('index') (no more r=request), thanks Thadeus
    • mail.send(message='...', ....)
    • DAL([....]) for load balancing
    • @service.soap(...) with mysimplesoap, thanks Mariano
    • hideerror