samuraisam / django-json-rpc

JSON-RPC Implementation for Django
MIT License
286 stars 83 forks source link

system.describe throws OtherError: <class 'jsonrpc.types.Any'> is not JSON serializable #23

Closed ghost closed 9 years ago

ghost commented 14 years ago

As title says. Using django 1.2.1 and testing with a setup like given in in the examples

coderanger commented 14 years ago

site.py line 242 I think it was, the return type isn't being str()'d.

muhuk commented 13 years ago

I have fixed this here.