Changes between Initial Version and Version 1 of Ticket #34438, comment 9
- Timestamp:
- Mar 27, 2023, 12:09:32 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34438, comment 9
initial v1 4 4 class CustomUserCreationForm(UserCreationForm): 5 5 error_messages = { 6 **UserCreationForm.error_messages,6 **UserCreationForm.error_messages, 7 7 "username": {"unique": _("Username gone")} 8 8 }