From f09b0f6483351bdbe85598b942c9ecfc91f046a5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 5 Feb 2019 08:19:49 -0500 Subject: Refs #27753 -- Removed django.utils.safestring.SafeBytes. --- docs/releases/3.0.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 19361cc195..a657a4b0a0 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -274,6 +274,8 @@ Django 3.0, we're removing these APIs at this time. * ``django.utils.functional.curry()`` - Use :func:`functools.partial` or :class:`functools.partialmethod`. See :commit:`5b1c389603a353625ae1603`. +* ``django.utils.safestring.SafeBytes`` - Unused since Django 2.0. + Miscellaneous ------------- -- cgit v1.3