From 28d6db26a2e3ff7f44ea7843913496bd4a752f24 Mon Sep 17 00:00:00 2001 From: Alexander Lazarević Date: Fri, 26 Jan 2024 03:59:54 +0100 Subject: [5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. Backport of a5365339eaee043895a79dbbdd7462f1399136e5 from main --- 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 477c83fca4..a7b789c3f6 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