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 646b51e commit 93a888fCopy full SHA for 93a888f
en/authentication_authorization/README.md
@@ -24,6 +24,7 @@ Or if you have a class based view:
24
25
```python
26
from django.views import View
27
+from django.utils.decorators import method_decorator
28
29
class MyView(View):
30
0 commit comments