Skip to content

Commit

Permalink
Corrected INSTALLED_APPS syntax in 1.5 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMeers committed Feb 17, 2013
1 parent 218bbef commit 9c2066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================
Expand Down

0 comments on commit 9c2066d

Please sign in to comment.