skoczen / django-longer-username

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

Fixes issue #1 #9

Closed marltu closed 12 years ago

marltu commented 12 years ago

Issue #1

marltu commented 12 years ago

Kinda important:

In commit @1e8a6c5 model validation patch is removed for some reason. Without it django admin save fails with error with old length. Workflow, atleast in django 1.3 is that it calls form validator, then model validator and model validator fails with validation error because it's not patched. I added validation patch in model in this commit.

skoczen commented 12 years ago

Good catch. Merging in.