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 098c0d1 commit 4842992Copy full SHA for 4842992
docs/integrations/django.md
@@ -87,7 +87,7 @@ openapi_validated = DjangoOpenAPIViewDecorator(
87
88
If you want to decorate a class-based view, you can use the `method_decorator` decorator:
89
90
-``` python hl_lines="2"
+``` python hl_lines="3"
91
from django.utils.decorators import method_decorator
92
93
@method_decorator(openapi_validated, name='dispatch')
0 commit comments