From d2e7d15b4c594f64ee9d37bf40e61920cea41487 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 23 Jan 2017 17:44:25 +0100 Subject: Assumed iri_to_uri always returns a string Thanks Tim Graham for the review. --- docs/ref/models/instances.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 838a4bd4de..058fd59512 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -733,8 +733,7 @@ in ``get_absolute_url()`` and have all your other code call that one place. Code and templates calling ``get_absolute_url()`` should be able to use the result directly without any further processing. You may wish to use the ``django.utils.encoding.iri_to_uri()`` function to help with this if you - are using unicode strings containing characters outside the ASCII range at - all. + are using strings containing characters outside the ASCII range. Extra instance methods ====================== -- cgit v1.3