From a5365339eaee043895a79dbbdd7462f1399136e5 Mon Sep 17 00:00:00 2001 From: Alexander Lazarević Date: Fri, 26 Jan 2024 03:59:54 +0100 Subject: Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. --- docs/ref/settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 9db029cc60..98434c8833 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -273,8 +273,8 @@ See :doc:`/topics/cache`. Default: ``600`` -The default number of seconds to cache a page for the :ref:`cache middleware -`. +The default integer number of seconds to cache a page for the +:ref:`cache middleware `. See :doc:`/topics/cache`. -- cgit v1.3