Fixed #23613 -- Deprecated django.utils.checksums

This commit is contained in:
Jaap Roes 2014-10-10 12:40:13 +02:00 committed by Tim Graham
parent 1b5918f160
commit 115c307184
4 changed files with 30 additions and 1 deletions

View file

@ -59,6 +59,9 @@ about each item can often be found in the release notes of two versions prior.
* ``django.db.models.field.subclassing.SubfieldBase`` will be removed.
* ``django.utils.checksums`` will be removed; its functionality is included
in django-localflavor 1.1+.
.. _deprecation-removed-in-1.9:
1.9