A few commits ago the authentication against Django broke (tested against Django 1.4.2).
The jsonrpc/init.py imports the django contrib authenticate() method as _authenticate() which takes a dict only as parameters, but since "*creds" is a positional argument list, this wont work anymore. This fixes the problem.
A few commits ago the authentication against Django broke (tested against Django 1.4.2). The jsonrpc/init.py imports the django contrib authenticate() method as _authenticate() which takes a dict only as parameters, but since "*creds" is a positional argument list, this wont work anymore. This fixes the problem.