Skip to content

Commit 93a888f

Browse files
authored
Import method decorator
1 parent 646b51e commit 93a888f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/authentication_authorization/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Or if you have a class based view:
2424

2525
```python
2626
from django.views import View
27+
from django.utils.decorators import method_decorator
2728

2829
class MyView(View):
2930

0 commit comments

Comments
 (0)