authentic/src
Benjamin Dauvergne a35be9f28d admin: force is_locked() to False in UserChangeForm (#42694)
Locked fields are implemented by renaming the form's fields with a
`@disabled' suffix. But it interacts badly with the Django admin
framework which expects all fields to always exist. The simplest fix for
that is to disable field locking in the admin views on User.
2020-05-12 23:55:53 +02:00
..
authentic2 admin: force is_locked() to False in UserChangeForm (#42694) 2020-05-12 23:55:53 +02:00
authentic2_auth_fc remove commented translations (#42666) 2020-05-10 18:58:39 +02:00
authentic2_auth_oidc remove commented translations (#42666) 2020-05-10 18:58:39 +02:00
authentic2_auth_saml auth: fix backends' authn method signature (#41238) 2020-04-27 14:34:56 +02:00
authentic2_idp_cas remove commented translations (#42666) 2020-05-10 18:58:39 +02:00
authentic2_idp_oidc translation update 2020-05-07 21:18:23 +02:00
authentic2_provisionning_ldap tests: fix warnings in tests (#41238) 2020-04-27 16:12:55 +02:00
django_rbac tests: prevent loading of a2 settings by rbac tests (#42694) 2020-05-11 23:53:40 +02:00