Skip to content

Commit ca6044e

Browse files
authored
Update django.md
1 parent 4842992 commit ca6044e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: docs/integrations/django.md

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ from django.utils.decorators import method_decorator
9292

9393
@method_decorator(openapi_validated, name='dispatch')
9494
class MyView(View):
95-
decorators = [openapi_validated]
9695

9796
def get(self, request, *args, **kwargs):
9897
return "Welcome home"

0 commit comments

Comments
 (0)