1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #27753 -- Removed django.utils.safestring.SafeBytes.

This commit is contained in:
Tim Graham
2019-02-05 08:19:49 -05:00
parent 3004d7057f
commit f09b0f6483
2 changed files with 2 additions and 21 deletions

View File

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