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
...
exp = self.make_expression(getattr(owner, self.prop_name)[self.name])
[Previous line repeated 312 more times]
RecursionError: maximum recursion depth exceeded while calling a Python object
The fix is to add prop_name='profile_json' to the JSONProperty() declaration, but without docs and an error message, it is hard to know that.
The text was updated successfully, but these errors were encountered:
This causes the error:
The fix is to add
prop_name='profile_json'
to theJSONProperty()
declaration, but without docs and an error message, it is hard to know that.The text was updated successfully, but these errors were encountered: