Hey there, There seems to be a bug in web2py which pops up while inserting a record to a table with a custom field type.
How to reproduce: - Make a table with a custom field - Try inserting a record - The record would come out as None - Try updating the record with the custom value. It shows this time Workaround: First insert the record, then update it with the custom value. Hope to see this fixed ASAP.