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

Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().

Per deprecation timeline.
This commit is contained in:
Tim Graham
2017-09-02 20:12:27 -04:00
parent e47b56d791
commit 96107e2844
3 changed files with 3 additions and 17 deletions

View File

@@ -239,3 +239,5 @@ how to remove usage of these features.
* ``django.core.cache.backends.memcached.PyLibMCCache`` no longer supports
passing ``pylibmc`` behavior settings as top-level attributes of ``OPTIONS``.
* The ``host`` parameter of ``django.utils.http.is_safe_url()`` is removed.