C:\site\venv\lib\site-packages\jsonrpc\__init__.py:94: RemovedInDjango19Warning: SortedDict is deprecated and will be removed in Django 1.9.
ret = SortedDict(ret)
C:\site\venv\lib\site-packages\jsonrpc\__init__.py:76: RemovedInDjango19Warning: SortedDict is deprecated and will be removed in Django 1.9.
ret = SortedDict(ret)
SortedDict() is deprecated in Django 1.8, and will be removed by 1.9. This appears to occur in lines 76, and 94.
SortedDict() is deprecated in Django 1.8, and will be removed by 1.9. This appears to occur in lines 76, and 94.