LDAP field types.
Field contains a binary value that can not be interpreted in anyway.
Field contains a UTF8 character string.
Field is an integer containing number of days since epoch.
The base field type.
Convert the value’s type and run validation. Validation errors from to_python and validate are propagated. The correct value is returned if no error is raised.
Converts the input value into the expected Python data type, raising django.core.exceptions.ValidationError if the data can’t be converted. Returns the converted value. Subclasses should override this.
Validates value and throws ValidationError. Subclasses should override this to provide validation logic.
Field contains an integer value.
Field is an integer containing number of seconds since epoch.
Field is a binary representation of a Microsoft SID.
Field contains a UTF16 character string.