You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: contrib.apispec: OpenApiView now represents both old OpenApiView and RedocView. Specify GET-param format (redoc/openapi) to vary output. This matches the behavior of schema-view from drf-yasg and makes it simplier to obtain SCHEMA_URL in redoc endpoint.
Fixed multiple possible bugs on startup, relating to missing checks
Fixed bug with introspecting management command on Linux
Updated library versions for better support with Python 3.9 and 3.11
Added helper argparse_types for management commands (starlette_web.common.management.utils)
Added missing notin lookup for ModelMixin, documented its usage