#20475: DeprecationWarning: django.utils.hashcompat is deprecated
-------------------------------+--------------------------------------
     Reporter:  caumons        |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  Uncategorized  |                  Version:  1.5
     Severity:  Normal         |               Resolution:  invalid
     Keywords:  warning        |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by charettes):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 Looking at
 
[http://ci.djangoproject.com/job/Django%201.5/database=sqlite3,python=python2.7/lastBuild/console
 the latest CI build] of the 1.5.x branch it looks like this warning is not
 raised.

 I guess one of your 3rd party apps is using the deprecated
 `django.utils.hashcompat` module.

 To track down which one is the culprit you should try running your
 testsuite or your development server (or a command that triggers this
 warning) while setting python warning control to the error level and study
 the traceback: e.g. `python -Werror ./manage.py runserver`. This should
 point you to module referencing `django.utils.hashcompat`.

 You can then notify the author or the app of this issue and even write a
 patch to get rid of this pesky warning.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20475#comment:1>
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/065.f2228575435792ba6882a02d24205aac%40djangoproject.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to