Changes between Version 4 and Version 5 of Ticket #36140, comment 9


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36140, comment 9

    v4 v5  
    1010            class Meta(UserCreationForm.Meta):
    1111                model = ExtensionUser
    12                 fields = UserCreationForm.Meta.fields + ("date_of_birth",)
    1312
    1413        form_data = {
Back to Top