summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-07-29 15:50:58 +0200
committerClaude Paroz <claude@2xlibre.net>2013-07-29 17:10:22 +0200
commitfdd7a355bf053217d25b8d2189e37069c1304283 (patch)
tree3245c7060d2b7ac597b5e2cd9c114eae0166bd19 /docs/internals
parentac0955876089002f0f60857d09fe1c94d67eca4f (diff)
Deprecated django.utils.importlib
This was a shim for pre-Python 2.7 support.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index f7036d13bd..3d6cd48b00 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -412,6 +412,8 @@ these changes.
* ``django.utils.dictconfig`` will be removed.
+* ``django.utils.importlib`` will be removed.
+
* ``django.utils.unittest`` will be removed.
* If models are organized in a package, Django will no longer look for