diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2014-08-07 14:13:22 +1000 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-08-07 14:14:12 +1000 |
| commit | 173d989c91361243d0638f1e39db7148bc0ea4f8 (patch) | |
| tree | 76b0b33809eab654fda7e2ef35465ffd0d8632b9 /docs/internals | |
| parent | 61ed9592356747b6324ca84a09df03c1bd030af9 (diff) | |
Fixed #23252: Call out removed features in release notes.
Also added StrAndUnicode mixin note to deprecation plan as it was
missing.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 795e46f8f0..31ec014335 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 |
