Changes between Version 4 and Version 5 of Ticket #36140, comment 9
- Timestamp:
- Jan 29, 2025, 7:01:40 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36140, comment 9
v4 v5 10 10 class Meta(UserCreationForm.Meta): 11 11 model = ExtensionUser 12 fields = UserCreationForm.Meta.fields + ("date_of_birth",)13 12 14 13 form_data = {