update definition

This commit is contained in:
Rachid Mrad 2024-02-21 19:37:10 -05:00
parent 8e9585a158
commit 47c0f9586c
No known key found for this signature in database

View file

@ -29,7 +29,9 @@ logger = logging.getLogger(__name__)
class MyUserAdminForm(UserChangeForm): class MyUserAdminForm(UserChangeForm):
"""This form utilizes the custom widget for its class's ManyToMany UIs.""" """This form utilizes the custom widget for its class's ManyToMany UIs.
It inherits from UserChangeForm which has special handling for the password and username fields."""
class Meta: class Meta:
model = models.User model = models.User