Relative Content

Tag Archive for pythondjangodjango-forms

Django modification of UserCreationForm

My problem is that I am trying to modify the Django default UserCreationForm and its default messages, but it does not work. I also heard that some of the checks and initial messages are defined separately and should be customized separately, but I did not find a lot on that. I tried to search around, but most of what I found was either old and not working for current django version or did just modify the fields and not the error messages.