django/contrib/auth/models.py: username = models.CharField(_('username'), max_length=30
fail. had to work around this before.
Is it possible to change: max_length=30 to any other int? like 50 or 90? It's not good to have a system that lacks even the most simple things!
Is it possible to change: max_length=30 to any other int? like 50 or 90? It's not good to have a system that lacks even the most simple things!