-
Notifications
You must be signed in to change notification settings - Fork 319
What type int must I use? #199
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestfix confirmation pendingissue has been fixed and confirmation from issue reporter is pendingissue has been fixed and confirmation from issue reporter is pending
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfix confirmation pendingissue has been fixed and confirmation from issue reporter is pendingissue has been fixed and confirmation from issue reporter is pending
I have a field represented by a
SerializerMethodFieldwhich returns a list of string. I have tried different things to indicate the type (using the @extend_schema and a type hint) but I always receive the same warning:Any help appreciated :)