summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2013-02-18 00:33:29 +1100
committerSimon Meers <simon@simonmeers.com>2013-02-18 00:33:29 +1100
commit9c2066d567492a4a285c053039f671a2ca4a23d4 (patch)
tree9a977cbdf18682f2eff921704e8757177a4f175b /docs
parent218bbef0c4890b3b853dee945a02215533b923b7 (diff)
Corrected INSTALLED_APPS syntax in 1.5 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index acf4f153ce..8813313035 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -662,7 +662,7 @@ Miscellaneous
:doc:`django.contrib.redirects </ref/contrib/redirects>` without enabling
:doc:`django.contrib.sites </ref/contrib/sites>`. This isn't allowed any
longer. If you're using ``django.contrib.redirects``, make sure
- :setting:``INSTALLED_APPS`` contains ``django.contrib.sites``.
+ :setting:`INSTALLED_APPS` contains ``django.contrib.sites``.
Features deprecated in 1.5
==========================