summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-18 13:29:33 -0500
committerTim Graham <timograham@gmail.com>2015-01-18 13:33:19 -0500
commitba27f895878bb155fefb8c1b9beee2c9f3d85b3f (patch)
treecc983703d24af4db44ba7d39ab76ff7a4e7d8c47 /docs/internals
parent3b89d2d540a96ffd33c294b576147ff800b16632 (diff)
Clarified a contrib.sites deprecation and added to 1.7 release notes.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 45180a107e..c587d3b98d 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -206,8 +206,8 @@ details on these changes.
* ``AppCommand.handle_app()`` will no longer be supported.
-* ``RequestSite`` will be located in ``django.contrib.sites.requests`` and
- ``get_current_site`` in ``django.contrib.sites.shortcuts``.
+* ``RequestSite`` and ``get_current_site()`` will no longer be importable from
+ ``django.contrib.sites.models``.
* FastCGI support via the ``runfcgi`` management command will be
removed. Please deploy your project using WSGI.