We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8fb1e4 + 66280d8 commit 59f9749Copy full SHA for 59f9749
1 file changed
docs/drf_yasg.rst
@@ -48,6 +48,10 @@ Decorators
48
- Instead of using :py:func:`@method_decorator <django.utils.decorators.method_decorator>`, use
49
:py:func:`@extend_schema_view <drf_spectacular.utils.extend_schema_view>`.
50
51
+- Instead of using `swagger_schema_field`, use
52
+ :py:func:`@extend_schema_field <drf_spectacular.utils.extend_schema_field>` or
53
+ :py:func:`@extend_schema_serializer <drf_spectacular.utils.extend_schema_serializer>`.
54
+
55
Helper Classes
56
--------------
57
0 commit comments