We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830253b commit 7277f6eCopy full SHA for 7277f6e
1 file changed
openedx_authz/admin.py
@@ -11,6 +11,8 @@ class CasbinRuleForm(forms.ModelForm):
11
"""Custom form for CasbinRule to make v3, v4, v5 fields optional."""
12
13
class Meta:
14
+ """Meta class for CasbinRuleForm."""
15
+
16
model = CasbinRule
17
fields = "__all__"
18
0 commit comments