skoczen / django-longer-username

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

Added forms & admin integration #2

Closed fatbox closed 13 years ago

fatbox commented 13 years ago

Hey,

Thanks for packaging up that monkey patch from the stackoverflow discussion, saved me from doing it :D

I've added forms that override the built in forms to reset the max_length and help_text attributes and also added the Admin integration to utilize these new forms.

skoczen commented 13 years ago

Looks great - am working on a revised monkeypatch that will take care of the admin forms on its own, but in the meantime, these are quite helpful. Thanks!