﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20475	DeprecationWarning: django.utils.hashcompat is deprecated	caumons	nobody	"When using Django 1.5 I could saw some deprecation warnings like this one:

{{{
/usr/local/lib/python2.7/dist-packages/django/utils/hashcompat.py:9: DeprecationWarning: django.utils.hashcompat is deprecated; use hashlib instead DeprecationWarning)
}}}

When I updated to 1.5.1 I expected that this'd have been fixed, but it isn't.

I'm not using this library directly in my code, so I guess there is/are some old deprecated imports in Django that should be changed.

P.S. I'm using the following 3rd party apps: 'captcha', 'gravatar', 'transmeta', 'south', 'wysihtml5'"	Bug	closed	Uncategorized	1.5	Normal	invalid	warning		Unreviewed	0	0	0	0	0	0
