Projet

Général

Profil

0001-authenticators-remove-obsolete-manager_form_class-53.patch

Valentin Deniaud, 21 septembre 2022 12:47

Télécharger (865 octets)

Voir les différences:

Subject: [PATCH 01/10] authenticators: remove obsolete manager_form_class
 (#53442)

 src/authentic2/apps/authenticators/models.py | 1 -
 1 file changed, 1 deletion(-)
src/authentic2/apps/authenticators/models.py
74 74
    authenticators = AuthenticatorManager()
75 75

  
76 76
    type = ''
77
    manager_form_class = None
78 77
    manager_view_template_name = 'authentic2/authenticators/authenticator_detail.html'
79 78
    unique = False
80 79
    protected = False
81
-