diff options
| author | Unai Zalakain <unai@gisa-elkartea.org> | 2014-10-31 17:43:34 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-03 07:59:19 -0500 |
| commit | c548c8d0d1112d2c4bace2eebf73ede35300d842 (patch) | |
| tree | a0d8e3089302139c6a24b6262d37ab2eb55fb4c8 /docs/releases | |
| parent | d3db878e4beff057400dd780c24f3601a5d31f95 (diff) | |
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index f84294d459..492fad478f 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -381,6 +381,10 @@ Requests and Responses * ``WSGIRequestHandler`` now follows RFC in converting URI to IRI, using ``uri_to_iri()``. +* The :meth:`HttpRequest.get_full_path() + <django.http.HttpRequest.get_full_path>` method now escapes unsafe characters + from the path portion of a Uniform Resource Identifier (URI) properly. + Tests ^^^^^ |
