UsernameField (for clean error messages)
This is a username field that matches (and slightly tightens) the constraints on usernames in Django's `User` model. Most people use RegexField, which is totally fine -- but it can't provide the fine-grained and user friendly messages that come from this field.
- fields
- forms
- user
- auth
- form
- field
- username
- users
- authorization