We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba79567 commit d303d41Copy full SHA for d303d41
docs/access.rst
@@ -99,10 +99,10 @@ The group required view mixin ensures that the requesting user is in the group o
99
100
.. note::
101
The mixin assumes you're using Django's default Group model and that your user model provides ``groups`` as a ManyToMany relationship.
102
- If this **is not** the case, you'll need to override `check_membership` in the mixin to handle your custom set up.
+ If this **is not** the case, you'll need to override ``check_membership`` in the mixin to handle your custom set up.
103
104
Standard Django Usage
105
----------------------
+^^^^^^^^^^^^^^^^^^^^^
106
107
::
108
@@ -116,7 +116,7 @@ Standard Django Usage
116
117
118
Custom Group Usage
119
-------------------
+^^^^^^^^^^^^^^^^^^
120
121
122
0 commit comments