pavlov99 / json-rpc

🔁 JSON-RPC 1/2 transport implementation. Supports python 2/3 and pypy.
http://json-rpc.readthedocs.org
MIT License
464 stars 101 forks source link

feat: add jsonrpc batch support to Django #117

Closed vasilcovsky closed 1 year ago

vasilcovsky commented 4 years ago

Description of the Change

vasilcovsky commented 4 years ago

Hi @pavlov99,

imho it makes sense completely remove logging in backend.django to conform with #82

pavlov99 commented 4 years ago

If logging is removed in one place, it makes sense to remove it in the other. Let me take a loser look at your suggestion!

vasilcovsky commented 4 years ago

If logging is removed in one place, it makes sense to remove it in the other.

pushed change without logging

vasilcovsky commented 4 years ago

@pavlov99 were you able to take a look?

vasilcovsky commented 3 years ago

@pavlov99, this pr adds batch support to django. Can you take a look please?