Skip to content

Instantly share code, notes, and snippets.

@ikks
Created April 16, 2014 19:17
Show Gist options
  • Save ikks/10922596 to your computer and use it in GitHub Desktop.
Save ikks/10922596 to your computer and use it in GitHub Desktop.
md5constructor for Django 1.6
from django.utils.hashcompat import md5_constructor
# Replace by
from hashlib import md5 as md5_constructor
# Even better, take a look at
# https://github.com/justquick/django-native-tags/pull/13/files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment