summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-01-24 20:35:46 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-01-24 20:35:46 +0000
commit42c31f6bf036efd93c0311bc1f524b1553c20489 (patch)
tree1c3a2d35175278c33d969c4cb8ff89ea32823f1c /docs/internals
parent09a63632c5072695d3b3293a046c197ea3c3299a (diff)
Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with all fixes.
Since upstream Python has fixed the encoding bug (see http://bugs.python.org/issue9824), we don't want a separate class for this bug fix, or several layers for the different fixes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 4613b7e3ee..9bb0289c68 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -155,6 +155,9 @@ their deprecation, as per the :ref:`Django deprecation policy
a :class:`~django.contrib.gis.geos.GEOSException` when called
on a geometry with no SRID value.
+ * :class:`~django.http.CompatCookie` will be removed in favour of
+ :class:`~django.http.SimpleCookie`.
+
* 2.0
* ``django.views.defaults.shortcut()``. This function has been moved
to ``django.contrib.contenttypes.views.shortcut()`` as part of the