Fix a bug in field validation methods
The max_length method did not check against the max_len value provided. This has been rectified.
In addition, we now return None for fields that can be skipped if the value for that field is not good enough.
The max_length method did not check against the max_len value provided. This has been rectified.
In addition, we now return None for fields that can be skipped if the value for that field is not good enough.