Hacker News new | ask | show | jobs
by enki 6308 days ago
i see the reason for that:

django/contrib/auth/models.py: username = models.CharField(_('username'), max_length=30

fail. had to work around this before.

1 comments

This is not the reason I am talking about! I mean: I see no "technical" reason!

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!