mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Clarified a contrib.sites deprecation and added to 1.7 release notes.
This commit is contained in:
parent
3b89d2d540
commit
ba27f89587
3 changed files with 18 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue