diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-09 10:29:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-09 10:29:22 -0400 |
| commit | 67ce2e74e1aafd3f85f6d64059d204e434e0e5f4 (patch) | |
| tree | bc726ac9f3eeeb6bd1f3cb90281fd4b1c458b33a /docs | |
| parent | 1aaf4053f5bda3e064448ca5abfa20eb3d029565 (diff) | |
Added missing deprecation note for fastcgi in 1.7 release notes; refs #20766.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index cbef6b43f5..c45f32dcb1 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. |
