summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-02 20:12:27 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:51:18 -0400
commit96107e2844d27a7713152515051654ce70d57660 (patch)
treeb7a31e91c81256b0b8dd85a6786dfc5a46a44d9a /docs
parente47b56d791eb6c81c6d83529b7a068959ea1c1ec (diff)
Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().
Per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 1fd22da588..6ab9303ccb 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -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.