From 37ed6f26812e960a034cb1312257bf7436bad965 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 30 Mar 2011 08:34:05 +0000 Subject: 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 --- docs/internals/deprecation.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 -- cgit v1.3