Fixed #23252: Call out removed features in release notes.

Also added StrAndUnicode mixin note to deprecation plan as it was
missing.
This commit is contained in:
Andrew Godwin 2014-08-07 14:13:22 +10:00
parent 61ed959235
commit 173d989c91
2 changed files with 61 additions and 2 deletions

View file

@ -318,6 +318,10 @@ details on these changes.
not, then any password reset links generated before you upgrade to Django 1.7
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:
1.6