willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

ImportError: cannot import name 'SortedDict' #59

Open kundansable opened 7 years ago

kundansable commented 7 years ago

I was trying to integrate this package with my project, I have django v1.10.3 used in my project I am getting this error "ImportError: cannot import name 'SortedDict'" in file "rollyourown/seo/base.py" may be you haven't updated your repo for latest version of django , SortedDict deprecated and Removed in Django 1.9

jonperron commented 7 years ago

It has not been updated since 3 years ago, so it's still stuck at Django 1.7.

lawrencemq commented 7 years ago

Any updates on this? It'd be great if we could get this to work with Django 1.11 If the project owner is still around, I could try to make a PR with an updated to an OrderedDict instead.

bulatshafigullin commented 7 years ago

This project is abandoned, I've switched to django-seo2.