From 2f3ebdc5a6bc32d1a212f1f9ef838d57402758ef Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 5 Feb 2017 06:11:46 +0300 Subject: [PATCH] Fix typo in NEWS entry --- docs/source/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index 6108d980..d52c0473 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -8,7 +8,7 @@ Changelog Core ++++ -- The previously deprecated ``gunicorn_django`` command has been deprecated. +- The previously deprecated ``gunicorn_django`` command has been removed. Use the :ref:`gunicorn-cmd` command-line interface instead. - The previously deprecated ``django_settings`` setting has been removed. Use the :ref:`raw-env` setting instead.