stxnext-csr / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
14 stars 24 forks source link

Email field is too short (30 characters) #403

Open filipgorczynski opened 9 years ago

filipgorczynski commented 9 years ago

Unfortunately email field is too short - only 30 characters. Good idea woud be to rethink lengths of all fields in models and change them.

Yog commented 8 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.