Skip to content

Commit e0637b5

Browse files
committed
integration doc code fix
1 parent c36bce0 commit e0637b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/integrations.rst

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Django can be integrated by middleware. Add `DjangoOpenAPIMiddleware` to your `M
3333
After that you have access to validation result object with all validated request data from Django view through request object
3434

3535
.. code-block:: python
36+
3637
from django.views import View
3738
3839
class MyView(View):

0 commit comments

Comments
 (0)