web2py v1.4 Release Notes

    • fixed problem with IS_INT_IN_RANGE and IS_FLOAT_IN_RANGE. Now an error in a validator is reported as a ticket. Good validators should not raise Exceptions.
    • IS_IN_DB displays "label (id)"
    • it can upload files without extension
    • migration is now optional (define_table has migrate=False option)