summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-09 10:29:22 -0400
committerTim Graham <timograham@gmail.com>2014-06-09 10:32:09 -0400
commita11ed8dcfdce6820012ea219d1bbadb28c67b60d (patch)
tree438db9b1578d8dc8b01d49967fffadd3527b5f40
parentd4623d13b731efef499b49576f883a5578297fdd (diff)
[1.7.x] Added missing deprecation note for fastcgi in 1.7 release notes; refs #20766.
Backport of 67ce2e74e1 from master
-rw-r--r--docs/releases/1.7.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 6d7c953835..9588ac3be1 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -1544,3 +1544,9 @@ Reorganization of database test settings
All database settings with a ``TEST_`` prefix have been deprecated in favor of
entries in a :setting:`TEST <DATABASE-TEST>` dictionary in the database
settings. The old settings will be supported until Django 1.9.
+
+FastCGI support
+~~~~~~~~~~~~~~~
+
+FastCGI support via the ``runfcgi`` management command will be removed in
+Django 1.9. Please deploy your project using WSGI.