skoczen / django-longer-username

An app to easily provide a longer username field for django.
Other
63 stars 43 forks source link

Added support for changing length of email addresses #7

Closed boosh closed 12 years ago

boosh commented 12 years ago

Hi,

I've added support for changing the length of the email address field. It'll have the same length as MAX_USERNAME_LENGTH. The migration also adds a unique index.

Feel free to pull this change in.

Thanks!

skoczen commented 12 years ago

Hey,

I don't mind this as an optional feature, but don't want to tie it directly to the core app. I wonder if the need would be better served by you forking the app and making a django-longer-email app?

My goal is to keep longer-username as simple as possible, and to only do what it says - make the username longer.

Thoughts?

boosh commented 12 years ago

Yeah, I was thinking that. Just thought I'd mention it though.

Cheers