1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2021-01-07 08:15:39 +01:00
parent 157ab32f34
commit 9e456f3166
3 changed files with 6 additions and 24 deletions

View File

@@ -262,6 +262,8 @@ to remove usage of these features.
* ``django.utils.text.unescape_entities()`` is removed.
* ``django.utils.http.is_safe_url()`` is removed.
See :ref:`deprecated-features-3.1` for details on these changes, including how
to remove usage of these features.