From 368a131a4dd8179bbf5c33e99feae49bc0777848 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 20 Sep 2022 11:33:06 +0200 Subject: [PATCH 01/10] authenticators: remove obsolete manager_form_class (#53442) --- src/authentic2/apps/authenticators/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/authentic2/apps/authenticators/models.py b/src/authentic2/apps/authenticators/models.py index 61c77f9e8..6f732e96d 100644 --- a/src/authentic2/apps/authenticators/models.py +++ b/src/authentic2/apps/authenticators/models.py @@ -74,7 +74,6 @@ class BaseAuthenticator(models.Model): authenticators = AuthenticatorManager() type = '' - manager_form_class = None manager_view_template_name = 'authentic2/authenticators/authenticator_detail.html' unique = False protected = False -- 2.30.2