--
Ticket URL: <https://code.djangoproject.com/ticket/30747>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/11736 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/30747#comment:1>
* owner: nobody => Carlton Gibson
* status: new => assigned
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/30747#comment:2>
Comment (by Claude Paroz):
Thanks for the extra effort implementing the deprecation!
--
Ticket URL: <https://code.djangoproject.com/ticket/30747#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4f61810751751b8c5070ce038ea57e949650e9e3" 4f61810]:
{{{
#!CommitTicketReference repository=""
revision="4f61810751751b8c5070ce038ea57e949650e9e3"
Fixed #30747 -- Renamed is_safe_url() to
url_has_allowed_host_and_scheme().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30747#comment:4>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"9e456f3166f6f4f7da9ec00e2160c1edc88fe5b3" 9e456f31]:
{{{
#!CommitTicketReference repository=""
revision="9e456f3166f6f4f7da9ec00e2160c1edc88fe5b3"
Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation
timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30747#comment:5>