diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-02 20:12:27 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-22 12:51:18 -0400 |
| commit | 96107e2844d27a7713152515051654ce70d57660 (patch) | |
| tree | b7a31e91c81256b0b8dd85a6786dfc5a46a44d9a /docs | |
| parent | e47b56d791eb6c81c6d83529b7a068959ea1c1ec (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.txt | 2 |
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. |
