Skip to content

Conversation

francescpuig7
Copy link

When pass the ids, cast to list if isinstance ids to int or long

if isinstance(ids, (int, long)):

Now check if ids isinstance Number

 if isinstance(ids, Number):

Co-authored-by: Miquel Isern [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant