summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-09-17 07:59:05 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-09-17 07:59:05 +0000
commit11e29c887ac7b6e9b8e35bd1963c64b1e088e4cd (patch)
tree0c81d40877ed37877ba20fb2a2d42cee9326a0b4 /docs/ref/settings.txt
parente99cd487691f5518e7dcd4207319b2402e9f1024 (diff)
Fixed some misordered markup for the ROOT_URLCONF setting in the docs.
Fixed #9098. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 3dd83eba5b..08f93246a7 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -804,8 +804,8 @@ the ``hasNoProfanities`` validator is called.
We don't list the default values here, because that would be profane. To see
the default values, see the file `django/conf/global_settings.py`_.
-.. setting:: ROOT_URLCONF
.. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py
+.. setting:: ROOT_URLCONF
ROOT_URLCONF
------------