mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #27753 -- Removed django.utils.safestring.SafeBytes.
This commit is contained in:
parent
3004d7057f
commit
f09b0f6483
2 changed files with 2 additions and 21 deletions
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue