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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
I am using json:api with python with a class that looks like this:
and the other one looks like this:
In the ChildrenResultSerializer.serialize function, I want to be able to see the toys data for each of the children. I'm using it like this:
but I get this error:
ValueError: Can only include relationships. "children" is a "List"
what am I doing wrong? I would like to keep children as a list of nested if possible.
The text was updated successfully, but these errors were encountered: