You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Hacohen 7ec45434ba User: make username case insensitive (and save original styling).
We want 'User' and 'UsEr' to mean the same user. Apparently that's not the default in
django. This normalizes the user to ensure we enforce this.
4 years ago
..
migrations Username: disallow @ in usernames. 4 years ago
__init__.py Set custom user model and reset migrations. 4 years ago
admin.py Set custom user model and reset migrations. 4 years ago
apps.py Set custom user model and reset migrations. 4 years ago
models.py User: make username case insensitive (and save original styling). 4 years ago
tests.py Set custom user model and reset migrations. 4 years ago
views.py Set custom user model and reset migrations. 4 years ago