Hi all, In django.contrib.auth.UserCreationForm, there is clean_username that checks if the username already exist in the db. This should not be necessary because this form is a ModelForm and the associated model User has unique=True. Am I wrong?
Thanks -- Peyman -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.