Changes between Version 2 and Version 3 of Ticket #36140, comment 9


Ignore:
Timestamp:
Jan 29, 2025, 6:01:07 AM (2 weeks ago)
Author:
Gregory Mariani

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36140, comment 9

    v2 v3  
    1414        form_data = {
    1515            "username": "testuser",
    16             # 'password1' et 'password2' are not given
     16            # 'password1' & 'password2' are not given
    1717        }
    1818        form = CustomUserCreationForm(data=form_data)
Back to Top