Changes between Initial Version and Version 1 of Ticket #34438, comment 9


Ignore:
Timestamp:
Mar 27, 2023, 12:09:32 PM (16 months ago)
Author:
Sarah Boyce

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34438, comment 9

    initial v1  
    44    class CustomUserCreationForm(UserCreationForm):
    55        error_messages = {
    6            **UserCreationForm.error_messages,
     6            **UserCreationForm.error_messages,
    77            "username": {"unique": _("Username gone")}
    88        }
Back to Top