diff options
| author | Simon Meers <simon@simonmeers.com> | 2013-02-18 00:55:22 +1100 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2013-02-18 00:55:22 +1100 |
| commit | 94ef17e2c223225cfa3a4bd2f9b4e1d961269e88 (patch) | |
| tree | 25ac6b5c92886e70ca945d2bfa55bb962662aa65 | |
| parent | ba794f68bfa86c2744e89adeb6027c9d6059d85e (diff) | |
[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.
Backport of 9c2066d5 from master.
| -rw-r--r-- | docs/releases/1.5.txt | 2 |
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 ========================== |
