diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:00:15 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-04-26 16:03:40 +0200 |
| commit | e441cebce340f54741be957817cc034000deab3c (patch) | |
| tree | 0a1b9730a86f6a3660961e220cd099494f9fd8f2 /docs/ref/templates | |
| parent | abd68b5affaec35e941b49f1b0a4cb8d70c22d7b (diff) | |
[1.7.x] Updated doc links to point to Python 3 documentation
Backport of 680a0f08b from master.
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index f77c2812cb..ca44da3bda 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2532,7 +2532,7 @@ slightly different call: The :mod:`staticfiles<django.contrib.staticfiles>` contrib app also ships with a :ttag:`static template tag<staticfiles-static>` which uses ``staticfiles'`` :setting:`STATICFILES_STORAGE` to build the URL of the - given path (rather than simply using :func:`urlparse.urljoin` with the + given path (rather than simply using :func:`urllib.parse.urljoin` with the :setting:`STATIC_URL` setting and the given path). Use that instead if you have an advanced use case such as :ref:`using a cloud service to serve static files<staticfiles-from-cdn>`:: |
