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.
2 parents bcd720b + 17e0834 commit 52311f4Copy full SHA for 52311f4
docs/integrations/django.md
@@ -66,7 +66,7 @@ Use `DjangoOpenAPIViewDecorator` with the OpenAPI object to create the decorator
66
``` python hl_lines="1 3 6"
67
from openapi_core.contrib.django.decorators import DjangoOpenAPIViewDecorator
68
69
-openapi_validated = FlaskOpenAPIViewDecorator(openapi)
+openapi_validated = DjangoOpenAPIViewDecorator(openapi)
70
71
72
@openapi_validated
0 commit comments