From 41384812efe209c8295a50d78b45e0ffb2992436 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 4 Feb 2019 19:53:27 -0500 Subject: Refs #27753 -- Removed django.utils.six. --- docs/internals/deprecation.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/internals') 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: -- cgit v1.3