mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
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
This commit is contained in:
parent
99b2728b74
commit
37ed6f2681
4 changed files with 67 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue