Add support CharField for Django party. This will also support enforcing max_length of pre-encrypted form fields and also supports the right form field (instead of wrongly TextareaInput).
Side effect add support for max_length for EmailField (which is optional and set to 254 by default) and supports the right form field (instead of wrongly TextareaInput).