diff options
Diffstat (limited to 'docs/releases/5.0.txt')
| -rw-r--r-- | docs/releases/5.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index e3c1919072..9fc612f418 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -299,6 +299,9 @@ to remove usage of these features. * The undocumented ``BaseForm._html_output()`` method is removed. +* The ability to return a ``str``, rather than a ``SafeString``, when rendering + an ``ErrorDict`` and ``ErrorList`` is removed. + See :ref:`deprecated-features-4.1` for details on these changes, including how to remove usage of these features. |
