wlanslovenija / django-tastypie-mongoengine

MongoEngine support for django-tastypie.
Other
73 stars 59 forks source link

Django 1.9 quick fix #94

Open apolkosnik-old opened 8 years ago

apolkosnik-old commented 8 years ago

In Django 1.9 django.utils.datastructures.SortedDict is removed; it is deprecated in Django 1.7.x. The first change replaces SortedDict with collections.OrderedDict from the Python standard library.