#20475: DeprecationWarning: django.utils.hashcompat is deprecated
-------------------------------+---------------------
     Reporter:  caumons        |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Uncategorized  |    Version:  1.5
     Severity:  Normal         |   Keywords:  warning
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+---------------------
 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'

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20475>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.8a81cc3c842012c937a861ec841b27e4%40djangoproject.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to