mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Thanks Loic Bistuer for helping in shaping the patch and Claude Paroz for the review.
This commit is contained in:
committed by
Loic Bistuer
parent
3af5af1a61
commit
10b17a22be
@@ -348,6 +348,9 @@ Requests and Responses
|
||||
* The :attr:`HttpResponse.charset <django.http.HttpResponse.charset>` attribute
|
||||
was added.
|
||||
|
||||
* ``WSGIRequestHandler`` now follows RFC in converting URI to IRI, using
|
||||
``uri_to_iri()``.
|
||||
|
||||
Tests
|
||||
^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user