summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-04 19:53:27 -0500
committerTim Graham <timograham@gmail.com>2019-02-05 12:58:55 -0500
commit41384812efe209c8295a50d78b45e0ffb2992436 (patch)
tree3814c1bd03c908697dea561f942a201be66f4aa2 /docs/internals
parentefe28d3f566a00e76ae589a3f93be8079a638ca8 (diff)
Refs #27753 -- Removed django.utils.six.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 0550c10ec7..8172e2c8a7 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -774,8 +774,6 @@ details on these changes.
won't work after the upgrade.
* The ``django.utils.encoding.StrAndUnicode`` mix-in will be removed.
- Define a ``__str__`` method and apply the
- :func:`~django.utils.encoding.python_2_unicode_compatible` decorator instead.
.. _deprecation-removed-in-1.6: