From e5de9997e6aecd56066ef7c40016ecf8741a4eb7 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 6 Dec 2006 06:43:46 +0000 Subject: [PATCH] Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio Cavedoni git-svn-id: http://code.djangoproject.com/svn/django/trunk@4167 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.txt b/docs/settings.txt index ff1e2eeca2..00672060db 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -830,7 +830,7 @@ Default: ``Django/ (http://www.djangoproject.com/)`` The string to use as the ``User-Agent`` header when checking to see if URLs exist (see the ``verify_exists`` option on URLField_). -.. URLField: ../model_api/#urlfield +.. _URLField: ../model_api/#urlfield USE_ETAGS ---------