From f227b8d15d9d0e0c50eb6459cf4556bccc3fae53 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 26 Jul 2016 20:45:07 -0700 Subject: Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index b983ae1ace..5d93915dc6 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -30,6 +30,9 @@ details on these changes. * ``django.core.cache.backends.memcached.PyLibMCCache`` will no longer support passing ``pylibmc`` behavior settings as top-level attributes of ``OPTIONS``. +* The ``host`` parameter of ``django.utils.http.is_safe_url()`` will be + removed. + .. _deprecation-removed-in-2.0: 2.0 -- cgit v1.3