Open filipgorczynski opened 9 years ago
It appears the username and email fields are very special in django and max_length
can't be used to exceed the hardcoded value of 30 for password and 75 for username.
The easy not so nice way:
https://github.com/madssj/django-longer-username-and-email
There it is written that since django 1.5 a new model should actually be created.
This may be nice task for hackaton.
Unfortunately email field is too short - only 30 characters. Good idea woud be to rethink lengths of all fields in models and change them.