From ef3604a085ae7b6ce20a84cf27c474b9e316f607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarjei=20Hus=C3=B8y?= Date: Tue, 10 Sep 2013 22:10:00 +0200 Subject: [PATCH] [1.6.x] Fixed broken sphinx reference to staticfiles. Backport of 751dc0a36b from master --- docs/howto/static-files/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index fdb4295f11a..efc97b6e233 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -106,7 +106,7 @@ this by adding the following snippet to your urls.py:: Also this helper function only serves the actual :setting:`STATIC_ROOT` folder; it doesn't perform static files discovery like - `:mod:`django.contrib.staticfiles`. + :mod:`django.contrib.staticfiles`. Serving files uploaded by a user during development. ====================================================