samuraisam / django-json-rpc

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

Django 1.8 deprecation fix. #59

Closed diagnose closed 9 years ago

diagnose commented 9 years ago

SortedDict is planned to be removed in Django 1.9, and has been replaced with OrderedDict.

samuraisam commented 9 years ago

What django version compatibility does this have when this fix is applied?

diagnose commented 9 years ago

I know for a fact at least 1.7 and up. I haven't gotten around to testing it without outdated versions yet.

samuraisam commented 9 years ago

I would like to support at least 1.6 in the app, if we can support down to 1.6 I can merge this.

samuraisam commented 9 years ago

Fixed in another PR