samuraisam / django-json-rpc

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

Fix TestingServiceProxy for python 3 #73

Closed alendit closed 9 years ago

alendit commented 9 years ago

Hi, this PR fixes TestingServiceProxy which is needed to run Django tests on jsonrpc services. It also adds a test case which tests for this issue.

samuraisam commented 9 years ago

Cool, thanks! Didnt realize this was a problem