Extend Schema¶
ApiViewFix
¶
Bases: OpenApiViewExtension
Fixes warning This is graceful fallback handling for APIViews.
Source code in saritasa_drf_tools/open_api/extend_schema.py
5 6 7 8 9 10 11 12 13 14 15 16 17 | |
view_replacement()
¶
Generate replacement.
Source code in saritasa_drf_tools/open_api/extend_schema.py
8 9 10 11 12 13 14 15 16 17 | |
fix_api_view_warning(class_to_fix)
¶
Fix warning This is graceful fallback handling for APIViews.
Source code in saritasa_drf_tools/open_api/extend_schema.py
20 21 22 23 24 25 26 27 28 | |