hello forks! i need your help. in my codes i see "extend_schema_view" is 
not defined. so i see that it is not defined but i do not know in which 
package it is.
@extend_schema_view( 
    list=extend_schema(
        parameters=[
            OpenApiParameter(
                'assigned_only',
                OpenApiTypes.INT, enum=[0, 1],
                description='Filter by items assigned to recipes',
            )
        ]
    )
)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/dc7c29ca-76b4-4bf7-907c-f1db1a1a6bd9n%40googlegroups.com.

Reply via email to