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.
get_examples
_get_examples
AutoSchema
1 parent 77c790f commit 8b0491fCopy full SHA for 8b0491f
docs/openapi.md
@@ -196,7 +196,7 @@ REST_FRAMEWORK = {
196
197
### Already using a custom `AutoSchema` class
198
If you're already overriding the `AutoSchema` class provided by drf-spectacular, be sure to inherit from the
199
-AutoSchema class provided by this package instead. Also, if you're overriding `get_examples` and/or
+AutoSchema class provided by this package instead. Also, if you're overriding `_get_examples` and/or
200
`_get_response_bodies`, be sure to call `super`.
201
202
0 commit comments