Changes between Version 2 and Version 3 of Ticket #36140, comment 9
- Timestamp:
- Jan 29, 2025, 6:01:07 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36140, comment 9
v2 v3 14 14 form_data = { 15 15 "username": "testuser", 16 # 'password1' et'password2' are not given16 # 'password1' & 'password2' are not given 17 17 } 18 18 form = CustomUserCreationForm(data=form_data)