mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
This commit is contained in:
parent
978a00e39f
commit
f227b8d15d
6 changed files with 48 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue