diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-02-08 16:32:09 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-02-08 16:36:57 +0100 |
| commit | b8c6de31a6f08321a6cf6e3ede2dab90c9f1febd (patch) | |
| tree | 4d558a35a6a7f26efc0d46b705091758446670ac /docs/releases | |
| parent | 830b9fde460cedeb9a9a52e11a2d456d08c5198f (diff) | |
[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware
Thanks Aymeric Augustin for the report and directions for the patch.
Backport of 2ed90eac from master.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.5.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index a5ce08aed6..33dcb0e794 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -653,6 +653,12 @@ Miscellaneous Attempting to load it with ``{% load adminmedia %}`` will fail. If your templates still contain that line you must remove it. +* Because of an implementation oversight, it was possible to use + :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``. + Features deprecated in 1.5 ========================== |
