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
I had issues with the library trying to serialise QuerySets and Models. In the case of Models, it tries to serialise one of the internal Django attributes, and fails.
I've written a patch around it -- it's not pretty but seems to do the job.
The text was updated successfully, but these errors were encountered:
I had issues with the library trying to serialise QuerySets and Models. In the case of Models, it tries to serialise one of the internal Django attributes, and fails.
I've written a patch around it -- it's not pretty but seems to do the job.
The text was updated successfully, but these errors were encountered: