Refs #27753 -- Removed django.utils.six.

This commit is contained in:
Tim Graham 2019-02-04 19:53:27 -05:00
parent efe28d3f56
commit 41384812ef
7 changed files with 8 additions and 900 deletions

View file

@ -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: