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:
@@ -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
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user