We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36bce0 commit e0637b5Copy full SHA for e0637b5
docs/integrations.rst
@@ -33,6 +33,7 @@ Django can be integrated by middleware. Add `DjangoOpenAPIMiddleware` to your `M
33
After that you have access to validation result object with all validated request data from Django view through request object
34
35
.. code-block:: python
36
+
37
from django.views import View
38
39
class MyView(View):
0 commit comments