diff options
| author | Jaap Roes <jaap@eight.nl> | 2014-10-10 12:40:13 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-10 09:22:20 -0400 |
| commit | 115c307184d441fbc27a8f43a99af5d992cfcc13 (patch) | |
| tree | 33aaeef0e690508e080157f4add6e7af567fe6e3 /docs/internals | |
| parent | 1b5918f160365b97986f21da1a7c35ffd2d5b0b0 (diff) | |
Fixed #23613 -- Deprecated django.utils.checksums
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
