From 115c307184d441fbc27a8f43a99af5d992cfcc13 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Fri, 10 Oct 2014 12:40:13 +0200 Subject: Fixed #23613 -- Deprecated django.utils.checksums --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 6085117b93..3a7c17b388 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3