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

Replaces Django Hashcompat with Hashlib #42

Closed hginer closed 10 years ago

hginer commented 10 years ago

This fixes a DeprecationWarning in Django 1.5, which recommends no longer using django.utils.hashcompat.

pymarco commented 10 years ago

I just installed DjangoSEO using pip and this commit is not in the codebase. I am using Django==1.6.1 and the app crashes due to hashcompact.

Should I pip install from master? Will pip package be updated?

Thanks for the great app!

dwightgunning commented 10 years ago

I'm with pymarco. The latest package in is 0.3.5, from May 2013.

Any plans to package this up in a new release as it's surely effecting everybody >=1.6?

Thanks too. I'm looking forward to using this.