From 6362e69c1679a64d3a1587cd8683bb17c4c81fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Noe=CC=81?= Date: Sat, 18 May 2013 17:18:11 +0200 Subject: [PATCH] Fixed RST minor error (use of :class: to reference a function). --- 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 37e11c1ab5a8f..60f4d40c64998 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -42,7 +42,7 @@ Configuring static files During development, this will be done automatically if you use :djadmin:`runserver` and :setting:`DEBUG` is set to ``True`` (see - :class:`django.contrib.staticfiles.views.serve`). + :func:`django.contrib.staticfiles.views.serve`). This method is **grossly inefficient** and probably **insecure**, so it is **unsuitable for production**.