summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-03-30 08:34:05 +0000
committerJannis Leidel <jannis@leidel.info>2011-03-30 08:34:05 +0000
commit37ed6f26812e960a034cb1312257bf7436bad965 (patch)
tree758256dd6b4acda837bdfc83ea97994cd3560137 /docs/internals
parent99b2728b74cc33afc0a3ee15a0ed23c749ac63ab (diff)
Re-added a few compatibility modules that were removed in r15927 to lower the impact on 3rd party apps.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15944 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 72152544f0..b1f0286384 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -171,6 +171,14 @@ their deprecation, as per the :ref:`Django deprecation policy
with a trailing slash to ensure there is a consistent way to
combine paths in templates.
+ * 1.6
+
+ * The compatibility modules ``django.utils.copycompat`` and
+ ``django.utils.hashcompat`` as well as the functions
+ ``django.utils.itercompat.all`` and ``django.utils.itercompat.any``
+ have been deprecated since the 1.4 release. The native versions
+ should be used instead.
+
* 2.0
* ``django.views.defaults.shortcut()``. This function has been moved
to ``django.contrib.contenttypes.views.shortcut()`` as part of the