django-seo icon indicating copy to clipboard operation
django-seo copied to clipboard

ImportError: cannot import name SortedDict (With Django 1.9)

Open ashishnetworks opened this issue 9 years ago • 2 comments

When I tried to make migrations after installing app I suddenly started to get following error

../django1.9/local/lib/python2.7/site-packages/rollyourown/seo/base.py", line 10, in from django.utils.datastructures import SortedDict ImportError: cannot import name SortedDict

after readin over Stackoverflow I happened to know SortedDict pack is removed form Django1.9 so the app is not working. Does any body know how to solve the issu ?

ashishnetworks avatar Jan 24 '16 17:01 ashishnetworks

Hello, i am use django-seo2

sgaynetdinov avatar Feb 01 '16 10:02 sgaynetdinov

I will Give a try.. Thanks though

On Mon, Feb 1, 2016 at 3:42 PM Sergey Gaynetdinov [email protected] wrote:

Hello, i am use django-seo2 https://github.com/romansalin/django-seo2

— Reply to this email directly or view it on GitHub https://github.com/willhardy/django-seo/issues/54#issuecomment-177891486 .

ashishnetworks avatar Feb 01 '16 11:02 ashishnetworks